| Package | Description |
|---|---|
| ch.qos.logback.core.rolling |
Implements various file rolling policies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RollingFileAppender<E>
RollingFileAppender extends
FileAppender to backup the log files depending on
RollingPolicy and
TriggeringPolicy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RollingPolicyBase.setParent(FileAppender
|
void |
RollingPolicy.setParent(FileAppender
This method allows RollingPolicy implementations to be aware of their containing appender.
|