Releases: mihnita/java-color-loggers
Releases · mihnita/java-color-loggers
v1.0.5
Version 1.0.4.1, bug fix: JDK logging with jansi needed flush
Bug fix: jdk logging with JAnsi did not flush output, causing color "spill over" in the following print(s).
Version 1.0.4
- Added the ability to highlight only part of the message.
This only works for loggers with a pattern (log4j, logback, not jdk).
You can specify the highlighted region with {highlight} ... {/highlight}. - Reorganized the testing to split the config files.
Not you can take one of the test config files, rename it, and use it "as is".