You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)