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)