Uses of Interface
org.apache.log.output.io.rotate.RotateStrategy

Packages that use RotateStrategy
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
 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.
 

Constructors in org.apache.log.output.io.rotate with parameters of type RotateStrategy
OrRotateStrategy(RotateStrategy[] strategies)
          Constructor
RotatingFileTarget(boolean append, Formatter formatter, RotateStrategy rotateStrategy, FileStrategy fileStrategy)
          Construct RotatingFileTarget object.
RotatingFileTarget(Formatter formatter, RotateStrategy rotateStrategy, FileStrategy fileStrategy)
          Construct RotatingFileTarget object.
 



Copyright © 1997-2008 Apache Software Foundation. All Rights Reserved.