Uses of Class
ch.qos.logback.core.OutputStreamAppender
Packages that use OutputStreamAppender
Package
Description
Contains the main classes of logback core.
Implements various file rolling policies.
-
Uses of OutputStreamAppender in ch.qos.logback.core
Subclasses of OutputStreamAppender in ch.qos.logback.coreModifier and TypeClassDescriptionclass
ConsoleAppender appends log events toSystem.out
orSystem.err
using a layout specified by the user.class
FileAppender<E>
FileAppender appends log events to a file. -
Uses of OutputStreamAppender in ch.qos.logback.core.rolling
Subclasses of OutputStreamAppender in ch.qos.logback.core.rollingModifier and TypeClassDescriptionclass
RollingFileAppender
extendsFileAppender
to back up the log files depending onRollingPolicy
andTriggeringPolicy
.