Package | Description |
---|---|
org.apache.log.output.io.rotate |
Log file rotation policies.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private RotateStrategy |
RotatingFileTarget.m_rotateStrategy |
private RotateStrategy[] |
OrRotateStrategy.m_strategies |
Constructor and Description |
---|
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 © 2003-2004 The Apache Software Foundation. All Rights Reserved.