| Interface | Description |
|---|---|
| RolloverStrategy |
A strategy interface used for file or stream writers to determine when a file or a stream
should be rolled over.
|
| RolloverStrategyFactory<T extends RolloverStrategy> |
Factory interface creating instances of
RolloverStrategys. |
| Class | Description |
|---|---|
| AbstractRolloverStrategy |
Base class for
RolloverStrategy implementations. |
| ChainedRolloverStrategy |
RolloverStrategy which is simply chaining other strategies. |
| NoRolloverStrategy |
A
RolloverStrategy which simply never does a rollover. |
| SizeRolloverStrategy |
A
RolloverStrategy using a size limiting a rollover operation. |