Class LoggingBootstrap

java.lang.Object
com.hivemq.bootstrap.LoggingBootstrap

public class LoggingBootstrap extends Object
This class is responsible for all logging bootstrapping. This is only needed at the very beginning of HiveMQs lifecycle and before bootstrapping other resources. This is a temporary fix before a solution is found to allow redirecting hivemq internal logging to log4j.
Author:
root
  • Constructor Details

    • LoggingBootstrap

      public LoggingBootstrap()
  • Method Details

    • prepareLogging

      public static void prepareLogging()

      prepareLogging.

    • initLogging

      public static void initLogging(@NotNull @NotNull File configFolder)

      initLogging.

      Parameters:
      configFolder - a File object
    • resetLogging

      public static void resetLogging()

      resetLogging.

    • addLoglevelModifiers

      public static void addLoglevelModifiers()

      addLoglevelModifiers.