Class LoggingInitializer


  • public class LoggingInitializer
    extends Object
    Configures the logging based on logback-{logIdentifier}.xml specified. This file would be copied to work directory and then logging would be configured based on that The log file is configured for auto scan so any change made while oak-run is in progress would be picked up
    • Constructor Detail

      • LoggingInitializer

        public LoggingInitializer​(File workDir,
                                  String logIdentifier)
      • LoggingInitializer

        public LoggingInitializer​(File workDir,
                                  String logIdentifier,
                                  boolean reset)
    • Method Detail

      • shutdownLogging

        public static void shutdownLogging()