Skip to content

Releases: stepan2521/Log2JV

v0.6.2

Choose a tag to compare

@stepan2521 stepan2521 released this 05 Sep 12:38

v0.6.2

Now, you can use the Log2JV from the Maven or Gradle without manually installing the Log2JV!
More you can see in: Installation

Full Changelog: v0.6.1...v0.6.2

Log2JV - v0.6.1

Choose a tag to compare

@stepan2521 stepan2521 released this 05 Sep 10:50
  • FATAL now terminates the application: after the message is written,
    an unchecked exception is thrown (the original throwable is rethrown when
    provided).

Full Changelog: v0.6...v0.6.1

Log2JV - v0.6

Choose a tag to compare

@stepan2521 stepan2521 released this 05 Sep 10:44
  • Added FATAL logging level and corresponding fatal(...) methods
    (severity above ERROR). FATAL messages are written to stderr and coloured
    in bold magenta.
  • Fixed parsing of $${} sequences (literal $ + placeholder).
  • Expanded Demo with more examples and a try/catch demonstration.

Full Changelog: v0.4...v0.6

Log2JV v0.4

Choose a tag to compare

@stepan2521 stepan2521 released this 05 Sep 10:40

Output is now UTF-8, so more languages are supported.