Uses of Interface
org.apache.log.output.io.rotate.RotateStrategy
Packages that use RotateStrategy
-
Uses of RotateStrategy in org.apache.log.output.io.rotate
Classes in org.apache.log.output.io.rotate that implement RotateStrategyModifier and TypeClassDescriptionclass
Hierarchical rotation strategy.class
Rotation stragety based on SimpleDateFormat.class
Rotation strategy based on size written to log file.class
rotation stragety based when log writting started.class
Rotation stragety based on a specific time of day.Fields in org.apache.log.output.io.rotate declared as RotateStrategyModifier and TypeFieldDescriptionprivate RotateStrategy
RotatingFileTarget.m_rotateStrategy
private RotateStrategy[]
OrRotateStrategy.m_strategies
Constructors in org.apache.log.output.io.rotate with parameters of type RotateStrategyModifierConstructorDescriptionOrRotateStrategy
(RotateStrategy[] strategies) ConstructorRotatingFileTarget
(boolean append, Formatter formatter, RotateStrategy rotateStrategy, FileStrategy fileStrategy) Construct RotatingFileTarget object.RotatingFileTarget
(Formatter formatter, RotateStrategy rotateStrategy, FileStrategy fileStrategy) Construct RotatingFileTarget object.