| Interface | Description |
|---|---|
| FileStrategy |
Strategy for naming log files.
|
| RotateStrategy |
Strategy that checks condition under which file rotation is needed.
|
| Class | Description |
|---|---|
| BaseFileNameFilter | |
| 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.
|