Class DefaultLogger

java.lang.Object
org.jlab.logging.DefaultLogger

public class DefaultLogger extends Object
Read the default logging configuration and load it into the global log manager.
Author:
Nick Tyler, UofSC Modified from hps-java logging, Jeremy McCormick, SLAC
  • Constructor Details

    • DefaultLogger

      public DefaultLogger()
      Class constructor which reads in a logging properties file from a classpath resource.
  • Method Details

    • initialize

      public static void initialize()
      Initialize default logging if java system properties are not set.
    • debug

      public static void debug()
    • main

      public static void main(String[] args)