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 class
OrRotateStrategy
Hierarchical rotation strategy.class
RotateStrategyByDate
Rotation stragety based on SimpleDateFormat.class
RotateStrategyBySize
Rotation strategy based on size written to log file.class
RotateStrategyByTime
rotation stragety based when log writting started.class
RotateStrategyByTimeOfDay
Rotation 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 RotateStrategy
RotatingFileTarget. m_rotateStrategy
private RotateStrategy[]
OrRotateStrategy. m_strategies
Constructors 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.
-