|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RotateStrategy | |
org.apache.avalon.excalibur.logger.factory | |
org.apache.log.output.io.rotate | Log file rotation policies. |
Uses of RotateStrategy in org.apache.avalon.excalibur.logger.factory |
Methods in org.apache.avalon.excalibur.logger.factory that return RotateStrategy | |
protected RotateStrategy |
FileTargetFactory.getRotateStrategy(Configuration conf)
|
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(Formatter formatter,
RotateStrategy rotateStrategy,
FileStrategy fileStrategy)
Construct RotatingFileTarget object. |
|
RotatingFileTarget(boolean append,
Formatter formatter,
RotateStrategy rotateStrategy,
FileStrategy fileStrategy)
Construct RotatingFileTarget object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |