tinylog v2.2.0-M3 Release Notes

Release Date: 2020-08-24 // over 3 years ago
  • 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:

    • 🌲 Logger prefix was missing when logging internal tinylog exceptions
    • Potential null pointer exceptions for using unconfigured tokens in custom writers (#159, thanks to @Git5000)
    • 🌲 Empty log files were created for writers with logging level off (#162)