Skip to content

v_1.0.8-1

Compare
Choose a tag to compare
@tony19 tony19 released this 13 Mar 01:40
  • 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)