Package | Description |
---|---|
ch.qos.logback.classic |
Contains logback classic main classes.
|
ch.qos.logback.classic.android |
Contains logback-classic classes bound to the Android SDK.
|
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 |
AsyncAppender
In order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLiteAppender
SQLiteAppender is a logback appender optimized for Android SQLite.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncAppenderBase<E>
This appender and derived classes, log events asynchronously.
|
class |
ConsoleAppender<E>
Deprecated.
This appender has been deprecated for
LogcatAppender . |
class |
FileAppender<E>
FileAppender appends log events to a file.
|
class |
OutputStreamAppender<E>
OutputStreamAppender appends events to a
OutputStream . |
Modifier and Type | Class and Description |
---|---|
class |
RollingFileAppender<E>
RollingFileAppender extends FileAppender to backup the
log files depending on RollingPolicy and TriggeringPolicy . |
Copyright © 2005–2015 QOS.ch. All rights reserved.