AbstractRolloverStrategy |
|
AbstractTriggeringPolicy |
|
CompositeTriggeringPolicy |
Triggering policy that wraps other triggering policies.
|
CronTriggeringPolicy |
Rolls a file over based on a cron schedule.
|
DefaultRolloverStrategy |
When rolling over, DefaultRolloverStrategy renames files according to an algorithm as described below.
|
DefaultRolloverStrategy.Builder |
Builds DefaultRolloverStrategy instances.
|
DirectFileRolloverStrategy |
Created by rgoers on 1/12/17.
|
DirectWriteRolloverStrategy |
When rolling over, DirectWriteRolloverStrategy writes directly to the file as resolved by the file
pattern.
|
DirectWriteRolloverStrategy.Builder |
Builds DirectWriteRolloverStrategy instances.
|
FileExtension |
Enumerates over supported file extensions for compression.
|
NoOpTriggeringPolicy |
|
OnStartupTriggeringPolicy |
Triggers a rollover on every restart, but only if the file size is greater than zero.
|
PatternProcessor |
Parses the rollover pattern.
|
RollingFileManager |
The Rolling File Manager.
|
RollingRandomAccessFileManager |
Extends RollingFileManager but instead of using a buffered output stream, this class uses a ByteBuffer and a
RandomAccessFile to do the I/O.
|
RolloverDescription |
Description of actions needed to complete rollover.
|
RolloverFrequency |
Enumeration of rollover frequency values.
|
RolloverStrategy |
A RollingPolicy specifies the actions taken on a logging file rollover.
|
SizeBasedTriggeringPolicy |
|
TimeBasedTriggeringPolicy |
Rolls a file over based on time.
|
TimeBasedTriggeringPolicy.Builder |
|
TriggeringPolicy |
A TriggeringPolicy controls the conditions under which rollover
occurs.
|