Skip to content

morgwai/jul-utils

Repository files navigation

JUL utils

java.util.logging utilities.
Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0.

latest release: 4.2 (javadoc)

MAIN USER CLASSES

Utilities to manipulate java.util.logging config, including overriding log Levels 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).