Uses of Class
ch.qos.logback.core.FileAppender
-
Packages that use FileAppender Package Description ch.qos.logback.core.rolling Implements various file rolling policies. -
-
Uses of FileAppender in ch.qos.logback.core.rolling
Subclasses of FileAppender in ch.qos.logback.core.rolling Modifier and Type Class Description class
RollingFileAppender<E>
RollingFileAppender
extendsFileAppender
to backup the log files depending onRollingPolicy
andTriggeringPolicy
.Fields in ch.qos.logback.core.rolling declared as FileAppender Modifier and Type Field Description private FileAppender<?>
RollingPolicyBase. parent
Methods in ch.qos.logback.core.rolling with parameters of type FileAppender Modifier and Type Method Description void
RollingPolicy. setParent(FileAppender<?> appender)
This method allows RollingPolicy implementations to be aware of their containing appender.void
RollingPolicyBase. setParent(FileAppender<?> appender)
-