All Versions
33
Latest Version
Avg Release Cycle
22 days
Latest Release
1469 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.7.2
February 18, 2019 -
v2.7.1
December 20, 2018 -
v2.7.0 Changes
December 02, 2018- โ Added LogOutput instead of String as the output type for all logging to provide richer logging
- โ Added color, background color, bold, italic, underline, and strikethrough support for both ANSI output and JavaScript console output
- โ Added support to MDC for values to be functions instead of values allowing for more powerful logging functionality
- ๐ฒ Created DSL for log output functionality
- โ Added to formatter DSL to support log output functionality
- โก๏ธ Updated ConsoleWriter to integrate better for platform-specific functionality
- โก๏ธ Updated ConsoleWriter to write errors to
System.err
automatically - โ Added MDC.elapsed convenience functionality to show an elapsed value for each logging message
- โ Added FlushMode support as a better replacement for
autoFlush
in FileWriter - โก๏ธ Lots of updates to SLF4J support to provide better integration
- ๐ Fixes for native implementation
- โ Project cleanup for better cross-platform support and better test integration