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 TypeClassDescriptionclassHierarchical rotation strategy.classRotation stragety based on SimpleDateFormat.classRotation strategy based on size written to log file.classrotation stragety based when log writting started.classRotation stragety based on a specific time of day.Fields in org.apache.log.output.io.rotate declared as RotateStrategyModifier and TypeFieldDescriptionprivate RotateStrategyRotatingFileTarget.m_rotateStrategyprivate RotateStrategy[]OrRotateStrategy.m_strategiesConstructors 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.