|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Fields in org.apache.log.output.io.rotate declared as RotateStrategy | |
---|---|
private RotateStrategy |
RotatingFileTarget.m_rotateStrategy
|
private RotateStrategy[] |
OrRotateStrategy.m_strategies
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |