Module ch.qos.logback.core
Package ch.qos.logback.core
package ch.qos.logback.core
Contains the main classes of logback core.
-
ClassDescriptionAppender<E>AppenderBase<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.A context is the main anchorage point of all logback components.FileAppender<E>FileAppender appends log events to a file.Layout<E>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.