Skip to content

Releases: tony19/logback-android

v_1.1.1-3

01 Oct 00:43
Compare
Choose a tag to compare
  • [FIX] Fix error when child config has enclosing tag (Issue #66)
  • [FIX] Fix ProGuard warnings about javax.xml.stream (LBANDROID-19)

v_1.1.1-2

13 Mar 01:41
Compare
Choose a tag to compare
  • [FIX] Fix incompatibility with Android 2.1 (Issue #61)

v_1.1.1-1

13 Mar 01:41
Compare
Choose a tag to compare
  • [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. Remove DBAppender (Issue #50)
  • Deprecate ConsoleAppender (and associated classes) in favor of LogcatAppender
  • Deprecate java.util.logging helpers
  • Deprecate BasicConfigurator in favor of BasicLogcatConfigurator
  • 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

13 Mar 01:41
Compare
Choose a tag to compare
  • [FIX] Close assets/logback.xml after configuration complete (Issue #46)
  • Remove "SYSOUT" (alias for OnConsoleStatusListener) from logback.statusListener system property, since it could already be accessed in other [simpler] ways.

v_1.0.10-1

13 Mar 01:40
Compare
Choose a tag to compare
  • Sync with Logback 1.0.10 (performance improvements)

v_1.0.8-1

13 Mar 01:40
Compare
Choose a tag to compare
  • 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, and SyslogAppender. 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)

v_1.0.7-1

13 Mar 01:39
Compare
Choose a tag to compare
  • Sync with Logback 1.0.7

v_1.0.6-2

13 Mar 01:39
Compare
Choose a tag to compare
  • Switch to Maven build (reduces JAR size a bit)

v_1.0.6-1

13 Mar 01:38
Compare
Choose a tag to compare
  • Sync with Logback 1.0.6

v_1.0.5-1

13 Mar 01:38
Compare
Choose a tag to compare
  • Sync with Logback 1.0.5