java.util.logging
utilities.
Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0.
latest release: 4.2
(javadoc)
Utilities to manipulate java.util.logging
config, including overriding log Level
s with system properties in existing apps without rebuilding.
Text log Formatter
similar to SimpleFormatter
that additionally allows to format stack-trace elements and add log sequence id and Thread
id to log entries.
LogManager
that does not get reset()
automatically at JVM shutdown to avoid losing logs from user shutdown hooks. See a usage example here (notice the static initializer a few lines below).