Package Summary
Contains the EventEvaluator interface and subclasses.
The ch.qos.logback.core.db package provides bases classes to append objects into various databases.
Contains base classes to the event filtering functionality of logback.
Contains the shutdown hook functionality of logback, including the interface and base class for implementing hooks as well as some default implementations, such as
Contains the base classes needed to format logging events to HTML.
Contains Joran configuration classes.
Contains the base classes used by logback to log to remote destinations.
Contains the base classes used by PatternLayout.
Implements various file rolling policies.
Contains core functionnalities of logback, such as
Contains logback's internal error reporting system.
Contains various utility classes.
Interface Summary
A context is the main anchorage point of all logback components.
Class Summary
Sets a skeleton implementation for appenders.
This appender and derived classes, log events asynchronously.
ConsoleAppender appends log events to
System.out or
System.err using a layout specified by the user.
FileAppender appends log events to a file.
An object that manages a collection of components that implement the
LifeCycle interface.
A skeleton implementation for property definers so that they derive from
ContextAwareBase.
Similar to AppenderBase except that derived appenders need to handle thread synchronization on their own.
Exception Summary
Package ch.qos.logback.core Description
Contains the main classes of logback core.