Module net.luis.utils
Package net.luis.utils.logging
package net.luis.utils.logging
-
ClassDescriptionRuntime logger configuration for Log4j2.
The default configuration is:
Console logging enabled File logging enabled A disabled logging type will not be initialized and therefore not be available and cannot be enabled later.
The default loggers are:
Console: INFO, WARN, ERROR, FATAL File: none Additional loggers can be added directly to the configuration or after initialization usingLoggingUtils
.Implementation ofThread.UncaughtExceptionHandler
that logs uncaught exceptions.Helper class to configure logging from system properties.Logging utility class.
This class is used to initialize or load a logging configuration.
It also provides methods to enable/disable logging.