v3.2.0
This release introduce a new filtering approach for dynamic log levels. It is
now possible to restrict the messages according to the package or class, that
created the log messages. See the Wiki on Dynamic Log Levels for details.
Furthermore, automatic generation timestamps in field written_ts
was changed
to increase precision. The actual granularity depends on the Java Version and
JVM. Starting with Java 9, the resolution can be nanoseconds, depending on the
JVM.
Improvements:
- new filters for dynamic log levels
- higher precision for
written_ts
- upgrade Unit to v4.13.1
Note: The library has been compiled against Java 8 since version 3.0.0, but
the code remained compatible with Java 6. This release switches the syntax
checker to allow Java 8, which has been used for the new features.