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.
|
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 © 1997–2024. All rights reserved.