Uses of Interface
org.apache.log.output.io.rotate.RotateStrategy
-
Packages that use RotateStrategy Package Description org.apache.log.output.io.rotate Log file rotation policies. -
-
Uses of RotateStrategy in org.apache.log.output.io.rotate
Classes in org.apache.log.output.io.rotate that implement RotateStrategy Modifier and Type Class Description classOrRotateStrategyHierarchical rotation strategy.classRotateStrategyByDateRotation stragety based on SimpleDateFormat.classRotateStrategyBySizeRotation strategy based on size written to log file.classRotateStrategyByTimerotation stragety based when log writting started.classRotateStrategyByTimeOfDayRotation stragety based on a specific time of day.Fields in org.apache.log.output.io.rotate declared as RotateStrategy Modifier and Type Field Description private RotateStrategyRotatingFileTarget. m_rotateStrategyprivate RotateStrategy[]OrRotateStrategy. m_strategiesConstructors in org.apache.log.output.io.rotate with parameters of type RotateStrategy Constructor Description OrRotateStrategy(RotateStrategy[] strategies)ConstructorRotatingFileTarget(boolean append, Formatter formatter, RotateStrategy rotateStrategy, FileStrategy fileStrategy)Construct RotatingFileTarget object.RotatingFileTarget(Formatter formatter, RotateStrategy rotateStrategy, FileStrategy fileStrategy)Construct RotatingFileTarget object.
-