Skip to content

Releases: mihnita/java-color-loggers

v1.0.5

12 Dec 05:09
Compare
Choose a tag to compare

Changed naming in preparation for publishing to a maven repository
(can't use mihai-nita in a package name because of the minus)

Version 1.0.4.1, bug fix: JDK logging with jansi needed flush

13 Aug 06:24
Compare
Choose a tag to compare

Bug fix: jdk logging with JAnsi did not flush output, causing color "spill over" in the following print(s).

Version 1.0.4

12 Aug 09:52
Compare
Choose a tag to compare
  1. 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}.
  2. 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".