com.prolixtech.utils
Class SingletonLogger

java.lang.Object
  extended by com.prolixtech.utils.NullLogger
      extended by com.prolixtech.utils.SingletonLogger
All Implemented Interfaces:
MboxLogger

public class SingletonLogger
extends NullLogger

This class provides a single logging utility used for debugging purposes. It delegates most of its work to the java logging system, however it is made a singleton here so that it can be used throughout the application.

Author:
Constantinos Michael

Constructor Summary
SingletonLogger()
           
 
Method Summary
static MboxLogger Instance()
           
static void setLog(boolean x)
           
 
Methods inherited from class com.prolixtech.utils.NullLogger
baloon, disableBaloons, exception, exception, fine, getLogger, http, info, log, severe, sql, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonLogger

public SingletonLogger()
Method Detail

setLog

public static void setLog(boolean x)

Instance

public static MboxLogger Instance()