Tinylog Versions Save

tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android

2.8.0-M1

3 weeks ago

2.7.0

3 months ago

The final release version 2.7.0 contains the same set of features as tinylog 2.7.0-M3 as no bugs were found.

2.7.0-M3

4 months ago

Improvements for the rolling file writer:

  • Support continuing already existing log files, even if there are other newer files that are unrelated to tinylog
  • Support continuing log files when using a dynamic path segment that resolved to an already existing log file

2.7.0-M2

4 months ago

Avoid waking the writing thread in periodic intervals to improve the battery life on mobile devices (#634 thanks to @manisiu)

2.7.0-M1

6 months ago

Provide syslog writer for sending log entries to syslog compatible servers (#507, thanks to @pkarlowicz)

2.6.2

1 year ago

Fix an issue with custom severity levels for the new fluent logging API of SLF4J 2 (see #459)

2.6.1

1 year ago

Fix NoClassDefFoundError for org.slf4j.spi.LoggingEventAware with SLF4J 1.7 and earlier (see #397)

2.6.0

1 year ago

The final release version 2.6.0 contains the same set of features as tinylog 2.6.0-M2 as no bugs were found.

2.6.0-M2

1 year ago
  • Add specification and implementation details to manifest
  • Remove animal-sniffer-annotations as required runtime dependency for tinylog-impl (see #326)

2.6.0-M1

1 year ago
  • Improved support for SLF4J 2
    • Output correct class names when using the new fluent API (#291)
    • Provide the new deque methods for MDC
  • Rewritten macros for Scala API
    • Improve support for Scala 2.12.17 and 2.13.9
    • Different bundle names (org.tinylog.api.scala_2.12 and org.tinylog.api.scala_2.13) for providing both bundles via P2 repository
    • Logging API for Scala requires Java 8+ now (logging API for Java and Kotlin is still compatible with Java 6 and 7)