-
The Logback Manual · The logback manual
Joran, logback's configuration system
The logback manual describes the logback API in considerable detail, including its features and design rationale. Authored by Ceki Gülcü and Sébastien Pennec, the...
-
Time based rolling policy · The logback manual
The optional
maxHistory property controls the maximum number of archive files to keep, asynchronously deleting older files. For example, if you specify monthly rollover, and set maxHistory to 6, then...
-
Chapter 1: Introduction to logback · The logback manual
Chapter 1: Introduction to logback
The morale effects are startling. Enthusiasm jumps when there is a running system, even a simple one. Efforts redouble when the first picture from a new graphics sof...
-
Configuring loggers · The logback manual
INHERITED, or its synonym
NULL, will force the level of the logger to be inherited from higher up in the hierarchy. This comes in handy if you set the level of a logger and later decide that it shoul...
-
Chapter 3: Configuration · The logback manual
Chapter 3: Logback Configuration
In symbols one observes an advantage in discovery which is greatest when they express the exact nature of a thing briefly and, as it were, picture it; then indeed the ...
-
Logger, Appenders and Layouts · The logback manual
Logger,
Appender and
Layout. These three types of components work together to enable developers to log messages according to message type and level, and to control at runtime how these messages are ...