Package | Description |
---|---|
ch.qos.logback.core |
Contains the main classes of logback core.
|
ch.qos.logback.core.rolling |
Implements various file rolling policies.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleAppender<E>
ConsoleAppender appends log events to
System.out or
System.err using a layout specified by the user. |
class |
FileAppender<E>
FileAppender appends log events to a file.
|
Modifier and Type | Class and Description |
---|---|
class |
RollingFileAppender<E>
RollingFileAppender extends FileAppender to backup the
log files depending on RollingPolicy and TriggeringPolicy . |
Copyright © 2005–2021 QOS.ch. All rights reserved.