Releases: tony19/logback-android
Releases · tony19/logback-android
v_1.1.1-3
v_1.1.1-2
v_1.1.1-1
- [FIX] Fix error when using
FileAppender
with lazy initialization flag (LBANDROID-17) - [FIX] Prevent exception stack trace from showing in tag (Issue #34)
- [NEW] Add new Android-specific variables for logback.xml (LBANDROID-16)
PACKAGE_NAME
VERSION_CODE
VERSION_NAME
- [NEW] Add
SQLiteAppender
. RemoveDBAppender
(Issue #50) - Deprecate
ConsoleAppender
(and associated classes) in favor ofLogcatAppender
- Deprecate
java.util.logging
helpers - Deprecate
BasicConfigurator
in favor ofBasicLogcatConfigurator
- Remove several unused or non-Android-supported classes
- Sync with Logback 1.1.1
- Sync with Logback 1.1.0
- Sync with Logback 1.0.13
- Sync with Logback 1.0.12
- Sync with Logback 1.0.11
v_1.0.10-2
v_1.0.10-1
- Sync with Logback 1.0.10 (performance improvements)
v_1.0.8-1
- Sync with Logback 1.0.8
- [NEW] Disable logging when no config found (LBANDROID-15)
- Remove classpath multiplicity warnings to improve initialization times
- [NEW] Search only
assets/logback.xml
at initialization (LBANDROID-12). See initialization search path. - [NEW] Add lazy initialization for
FileAppender
,SocketAppender
, andSyslogAppender
. Set the<lazy>
element in the appender's configuration when you want to open/create the resource on the first write instead of on appender's creation. - [FIX] Prevent confusing log output caused from multiple instances of
OnConsoleStatusListener
(LBANDROID-14) - [FIX] Don't append stack traces to logcat tag (Issue #33)
- [FIX] Remove a test dependency (
dom4j
) from release build (Issue #26) - [FIX] Suppress unnecessary config log output (Issue #27)