Releases: tinylog-org/tinylog
Releases · tinylog-org/tinylog
Version 2.4.0-M1
Version 2.3.0
The final release version 2.3.0 contains the same set of features as the second milestone. However, there are a few performance optimizations.
Version 2.3.0-M2
- Fix restarting the count when using a count placeholder to together with other placeholders in a file name (#141)
- Fix throwing exceptions for SLF4J LocationAwareLoggers with an invalid logger class name (#191)
- Add monthly policy for rolling file writer (#154)
- Create benchmarks for different location information (#193)
- Report if GZIP encoder cannot create compressed file
- Improve performance of replacing new lines in message tokens
Version 2.3.0-M1
- Support custom configuration loaders and extending tinylog's native logging provider (#168)
- Support configuring different severity levels for different tags of a single writer (#174)
- Make severity level threshold configurable for using error stream by console writer (#180)
- Support multiple placeholders in choice format patterns (#189)
Version 2.2.1
Version 2.2.0
Since no bugs were found for the first release candidate within a month, it can be released unchanged as final version 2.2.0.
Version 2.2.0-RC1
All new features and improvements for tinylog 2.2 are complete and ready for use.
Version 2.2.0-M4
Version 2.2.0-M3
New:
- Uptime placeholder for outputting the application uptime in format patterns (#129)
- Converting API for rolling file writer and gzip compression for backup files (#139)
- Allow access to writers and logging providers (#158, thanks to @Git5000)
- Multiple tags can be assigned to the same writer (#164, thanks to @Git5000)
- Multiple logging providers can be configured by name (#166, thanks to @Git5000)
Fixes: