| 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>
Deprecated.
This appender has been deprecated for
LogcatAppender. |
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–2014 QOS.ch. All rights reserved.