Package hec.server
Class ServerJavaLoggerLoader
java.lang.Object
hec.server.ServerJavaLoggerLoader
-
Constructor Summary
ConstructorsConstructorDescriptionuse this class to load a logger configuration with "java.util.logging.config.class" property in the command line: -Djava.util.logging.config.class=hec.server.ServerJavaLoggerLoader LogManager will instantiate the class and the constructor will load the configuration files for the LogManager. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
reload the logger configuration files
-
Constructor Details
-
ServerJavaLoggerLoader
public ServerJavaLoggerLoader()use this class to load a logger configuration with "java.util.logging.config.class" property in the command line: -Djava.util.logging.config.class=hec.server.ServerJavaLoggerLoader LogManager will instantiate the class and the constructor will load the configuration files for the LogManager. To allow LogManager to access the loader the default constructor has to be public!
-
-
Method Details
-
loadConfiguration
public static void loadConfiguration()reload the logger configuration files
-