Logback Android Versions Save

📄The reliable, generic, fast and flexible logging framework for Android

v_3.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tony19/logback-android/compare/v_2.0.1...v_3.0.0

v_2.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tony19/logback-android/compare/v_2.0.0...v_2.0.1

v_2.0.0

5 years ago
  • [NEW] Switch to Apache 2.0 License
  • Drop -N number from version. Now using semantic versioning (major.minor.patch ) in 2.x and newer.

v_1.3.0-3

5 years ago
  • [FIX] Fix missed archive removals with RollingFileAppender (#184)
  • [FIX] Fix resource leak in config file reader via GenericConfigurator (#191)

v_1.3.0-2

5 years ago
  • [FIX] Fix stack overflow when logging circular exceptions (LOGBACK-1027)
  • [FIX] Fix file-cleanup at startup (LOGBACK-1240)
  • [FIX] Fix leaked file descriptors from SyslogAppender (LOGBACK-1019)

v_1.3.0-1

5 years ago
  • [FIX] Fix scanPeriod attribute required for auto-reload to work (LOGBACK-1194)
  • [FIX] Fix SSL for SMTPAppender (LOGBACK-1094)
  • [FIX] Fix artificial limit for number of files allowed in RollingFileAppender (LOGBACK-1175)
  • [FIX] Fix NPE when using MDCFilter (LOGBACK-1165)
  • [FIX] Fix missing log files/entries when using SizeAndTimeBasedRollingPolicy (LOGBACK-1361)
  • [FIX] Fix unexpected DEBUG logs for misspelled log levels (LOGBACK-1288)
  • [FIX] Fix invalid JSON property values for custom appenders (LOGBACK-1101)
  • [NEW] Enable default shutdown hook (LOGBACK-1162)
  • [NEW] Support min length in %i filename pattern (LOGBACK-1248)
  • [NEW] Allow editing MIME message before sending email with SMTPAppender

v_1.2.3-1

5 years ago
  • [FIX] Improve logging performance

v_1.2.2-1

5 years ago
  • [FIX] Fix dropped log events in AsyncAppender when thread interrupted (LOGBACK-1247)

v_1.2.1-1

5 years ago
  • [FIX] To ensure backward compatibility of configuration files, the immediateFlush property set for a LayoutWrappingEncoder is propagated to the enclosing OutputStreamAppender

v_1.2.0-1

5 years ago
  • [FIX] Fix serialization vulnerability (#183)
  • [FIX] Fix TimeBasedRollingPolicy.totalSizeCap not limiting file size (LOGBACK-1231)
  • [FIX] Improve logging performance