java.lang.Object
io.github.astrapisixtynine.easy.logger.LoggingConfiguration

public final class LoggingConfiguration extends Object
The class LoggingConfiguration sets up the logging configuration for the application
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static void
    Loads the logging properties file into the LogManager
    static void
    Configures the logging setup for the application by resetting existing handlers, loading the logging properties file, and establishing a bridge to SLF4J for JUL log capture
    static void
    Configures SLF4J bridge handler to capture JUL logs by removing the default JUL loggers and installing the SLF4J bridge handler

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Methodendetails

    • setup

      public static void setup()
      Configures the logging setup for the application by resetting existing handlers, loading the logging properties file, and establishing a bridge to SLF4J for JUL log capture
    • setupJavaUtilLoggingToSlf4jBridge

      public static void setupJavaUtilLoggingToSlf4jBridge()
      Configures SLF4J bridge handler to capture JUL logs by removing the default JUL loggers and installing the SLF4J bridge handler
    • loadLoggingFile

      public static void loadLoggingFile()
      Loads the logging properties file into the LogManager