Package hec.server

Class ServerJavaLoggerLoader

java.lang.Object
hec.server.ServerJavaLoggerLoader

public class ServerJavaLoggerLoader extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    reload the logger configuration files

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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