| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS |
| | | * Portions Copyright 2014-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.loggers; |
| | | |
| | |
| | | * If a problem occurs during initialization that is not |
| | | * related to the server configuration. |
| | | */ |
| | | public abstract void initializeLogRotationPolicy(T config) |
| | | void initializeLogRotationPolicy(T config) |
| | | throws ConfigException, InitializationException; |
| | | |
| | | |
| | |
| | | * the file writer to be checked. |
| | | * @return true if the log file should be rotated, false otherwise. |
| | | */ |
| | | public boolean rotateFile(RotatableLogFile writer); |
| | | boolean rotateFile(RotatableLogFile writer); |
| | | |
| | | |
| | | } |