Class HelixLogging
java.lang.Object
com.helixframework.logging.logback.HelixLogging
The HelixLogging class is responsible for configuring the logging framework used in the Helix project.
It provides a method to configure the logging framework based on the current environment/profile.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidConfigures the logging framework based on the current environment/profile.
-
Method Details
-
configure
public static void configure()Configures the logging framework based on the current environment/profile. It sets the logging configuration property to use the appropriate logback configuration file. If the project is already configured, this method does nothing.
-