Package | Description |
---|---|
ch.qos.logback.core.rolling |
Implements various file rolling policies.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedWindowRollingPolicy
When rolling over,
FixedWindowRollingPolicy renames files
according to a fixed window algorithm. |
class |
TimeBasedRollingPolicy<E>
TimeBasedRollingPolicy is both easy to configure and quite
powerful. |
Copyright © 2005–2015 QOS.ch. All rights reserved.