Package ch.qos.logback.core
package ch.qos.logback.core
Contains the main classes of logback core.
-
Interface Summary
-
Class SummaryClassDescriptionAppenderBase<E>Sets a skeleton implementation for appenders.This appender and derived classes, log events asynchronously.ConsoleAppender appends log events to
System.out
orSystem.err
using a layout specified by the user.FileAppender<E>FileAppender appends log events to a file.LayoutBase<E>An object that manages a collection of components that implement theLifeCycle
interface.OutputStreamAppender appends events to aOutputStream
.A skeleton implementation for property definers so that they derive fromContextAwareBase
.Similar to AppenderBase except that derived appenders need to handle thread synchronization on their own. -
Exception Summary