org.cert.cc.util
Class LoggingInit

java.lang.Object
  extended by org.cert.cc.util.LoggingInit

public final class LoggingInit
extends Object

LoggingInit initializes the log4j setup. Logging is configured by checking the following entries in order:

  1. /etc/certops-jira/log4.properties
  2. No logging is done.

configure() can be called multiple times: logging will only be initialized initially and if the log4j properties file's timestamp has changed.

© 2010 Carnegie Mellon University

Author:
Steve Scholnick

Method Summary
static void configure()
          Configures the logging.
static void configure(Properties p)
          Configures the logging.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configure

public static void configure()
Configures the logging.


configure

public static void configure(Properties p)
Configures the logging.

Parameters:
p - Override properties. Used instead of a properties file


Copyright © 2012 Carnegie Mellon University