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<?> appender) |
void |
RollingPolicy.setParent(FileAppender<?> appender)
This method allows RollingPolicy implementations to be aware of their
containing appender.
|
Copyright © 2005–2016 QOS.ch. All rights reserved.