Package net.luis.utils.logging


package net.luis.utils.logging
  • Class
    Description
    Runtime 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 using LoggingUtils.
    Implementation of Thread.UncaughtExceptionHandler that logs uncaught exceptions.
    Helper class to configure logging from system properties.
    The possible logging types.
    Implements Iterable to allow iterating over the allowed levels.
    Logging utility class.

    This class is used to initialize or load a logging configuration.
    It also provides methods to enable/disable logging.