Releases: stepan2521/Log2JV
Releases · stepan2521/Log2JV
Release list
v0.6.2
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
- 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
- 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
Output is now UTF-8, so more languages are supported.