net.sf.fmj.utility
Class LoggerSingleton

java.lang.Object
  extended by net.sf.fmj.utility.LoggerSingleton

public final class LoggerSingleton
extends java.lang.Object

Logger for use by all of FMJ.

Author:
Ken Larson

Field Summary
static java.util.logging.Logger logger
           
 
Constructor Summary
LoggerSingleton()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final java.util.logging.Logger logger
Constructor Detail

LoggerSingleton

public LoggerSingleton()