Uses of Class
ch.qos.logback.core.UnsynchronizedAppenderBase
-
Packages that use UnsynchronizedAppenderBase Package Description ch.qos.logback.classic Contains logback classic main classes.ch.qos.logback.core Contains the main classes of logback core.ch.qos.logback.core.rolling Implements various file rolling policies. -
-
Uses of UnsynchronizedAppenderBase in ch.qos.logback.classic
Subclasses of UnsynchronizedAppenderBase in ch.qos.logback.classic Modifier and Type Class Description classAsyncAppenderIn order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable. -
Uses of UnsynchronizedAppenderBase in ch.qos.logback.core
Subclasses of UnsynchronizedAppenderBase in ch.qos.logback.core Modifier and Type Class Description classAsyncAppenderBase<E>This appender and derived classes, log events asynchronously.classConsoleAppender<E>ConsoleAppender appends log events toSystem.outorSystem.errusing a layout specified by the user.classFileAppender<E>FileAppender appends log events to a file.classOutputStreamAppender<E>OutputStreamAppender appends events to aOutputStream. -
Uses of UnsynchronizedAppenderBase in ch.qos.logback.core.rolling
Subclasses of UnsynchronizedAppenderBase in ch.qos.logback.core.rolling Modifier and Type Class Description classRollingFileAppender<E>RollingFileAppenderextendsFileAppenderto backup the log files depending onRollingPolicyandTriggeringPolicy.
-