Class LoggingBootstrap
java.lang.Object
com.hivemq.bootstrap.LoggingBootstrap
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addLoglevelModifiers.static void
initLogging
(@NotNull File configFolder) initLogging.static void
prepareLogging.static void
resetLogging.
-
Constructor Details
-
LoggingBootstrap
public LoggingBootstrap()
-
-
Method Details
-
prepareLogging
public static void prepareLogging()prepareLogging.
-
initLogging
-
resetLogging
public static void resetLogging()resetLogging.
-
addLoglevelModifiers
public static void addLoglevelModifiers()addLoglevelModifiers.
-