Uses of Interface
org.opends.server.loggers.RotatableLogFile
-
Packages that use RotatableLogFile Package Description org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers. -
-
Uses of RotatableLogFile in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type RotatableLogFile Modifier and Type Method Description boolean
FixedTimeRotationPolicy. rotateFile(RotatableLogFile writer)
boolean
RotationPolicy. rotateFile(RotatableLogFile writer)
This method indicates if the log file should be rotated or not.boolean
SizeBasedRotationPolicy. rotateFile(RotatableLogFile writer)
boolean
TimeLimitRotationPolicy. rotateFile(RotatableLogFile writer)
-