uk.ac.leeds.ccg.andyt.projects.genesis.logging
Class GENESIS_Log

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.generic.logging.Generic_Log
      extended by uk.ac.leeds.ccg.andyt.projects.genesis.logging.GENESIS_Log
All Implemented Interfaces:
java.util.logging.LoggingMXBean

public final class GENESIS_Log
extends uk.ac.leeds.ccg.andyt.generic.logging.Generic_Log


Field Summary
static java.lang.String GENESIS_DefaultLoggerName
           
static java.util.logging.Level GENESIS_DefaultLogLevel
           
 
Fields inherited from class uk.ac.leeds.ccg.andyt.generic.logging.Generic_Log
Generic_DefaultLogDirectoryName, Generic_DefaultLogFileAppend, Generic_DefaultLogFileCount, Generic_DefaultLogFileSizeLimit, Generic_DefaultLoggerName, Generic_DefaultLogLevel, logger
 
Constructor Summary
GENESIS_Log()
           
 
Method Summary
 
Methods inherited from class uk.ac.leeds.ccg.andyt.generic.logging.Generic_Log
getFileHandler, getFileHandler, getLoggerLevel, getLoggerNames, getParentLoggerName, parseLoggingProperties, parseLoggingProperties, reset, setLoggerLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENESIS_DefaultLogLevel

public static final java.util.logging.Level GENESIS_DefaultLogLevel

GENESIS_DefaultLoggerName

public static final java.lang.String GENESIS_DefaultLoggerName
Constructor Detail

GENESIS_Log

public GENESIS_Log()