Package org.apache.log.output.io.rotate

Log file rotation policies.

See:
          Description

Interface Summary
FileStrategy Strategy for naming log files.
RotateStrategy Strategy that checks condition under which file rotation is needed.
 

Class Summary
OrRotateStrategy Hierarchical rotation strategy.
RevolvingFileStrategy strategy for naming log files based on appending revolving suffix.
RotateStrategyByDate Rotation stragety based on SimpleDateFormat.
RotateStrategyBySize Rotation strategy based on size written to log file.
RotateStrategyByTime rotation stragety based when log writting started.
RotateStrategyByTimeOfDay Rotation stragety based on a specific time of day.
RotatingFileTarget This is a basic Output log target that writes to rotating files.
UniqueFileStrategy Strategy for naming log files based on appending time suffix.
 

Package org.apache.log.output.io.rotate Description

Log file rotation policies.



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.