Uses of Class
ch.qos.logback.core.OutputStreamAppender
Package
Description
Contains the main classes of logback core.
Implements various file rolling policies.
-
Uses of OutputStreamAppender in ch.qos.logback.core
Modifier 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
Modifier and TypeClassDescriptionclass
RollingFileAppender
extendsFileAppender
to back up the log files depending onRollingPolicy
andTriggeringPolicy
.