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 |
RollingPolicyBase
Implements methods common to most, it not all, rolling policies.
|
class |
TimeBasedRollingPolicy<E>
TimeBasedRollingPolicy is both easy to configure and quite
powerful. |
Modifier and Type | Method and Description |
---|---|
RollingPolicy |
RollingFileAppender.getRollingPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
RollingFileAppender.setRollingPolicy(RollingPolicy policy)
Sets the rolling policy.
|
Copyright © 2005–2015 QOS.ch. All rights reserved.