uk.ac.lancs.relate.trigger.tools
Class LoggingManager

java.lang.Object
  extended by uk.ac.lancs.relate.trigger.tools.LoggingManager

public class LoggingManager
extends java.lang.Object

Manages the debug level of loggers.

Author:
Sara Streng

Field Summary
static java.util.logging.Level debugLevel
          Defines how much debug information is to be printed to the console.
 
Constructor Summary
LoggingManager()
           
 
Method Summary
static java.util.logging.Logger createLogger(java.lang.String name)
          Creates a new logger with the default options set in this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugLevel

public static final java.util.logging.Level debugLevel
Defines how much debug information is to be printed to the console.

Constructor Detail

LoggingManager

public LoggingManager()
Method Detail

createLogger

public static java.util.logging.Logger createLogger(java.lang.String name)
Creates a new logger with the default options set in this class.

Parameters:
name - name of the logger
Returns:
new logger