com.intersys.objects
Class Logger

java.lang.Object
  extended bycom.intersys.objects.Logger
All Implemented Interfaces:
Serializable

public class Logger
extends Object
implements Serializable

Logger.java Created: Sat Sep 29 16:37:49 2001

See Also:
Serialized Form

Nested Class Summary
static class Logger.ThreadPrintWriter
           
 
Field Summary
static PrintWriter out
           
 
Constructor Summary
Logger()
           
 
Method Summary
static boolean debugOn()
           
static String getConnectionLog()
           
static boolean getDebugCache()
           
static void getDebugCache(boolean newVal)
           
static int getDebugReferenceCountLevel()
           
static void setConnectionLog(String newVal)
           
static void setDebug(boolean newVal)
           
static void setDebugReferenceCountLevel(int newVal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

public static PrintWriter out
Constructor Detail

Logger

public Logger()
Method Detail

debugOn

public static boolean debugOn()

setDebug

public static void setDebug(boolean newVal)

getDebugReferenceCountLevel

public static int getDebugReferenceCountLevel()

setDebugReferenceCountLevel

public static void setDebugReferenceCountLevel(int newVal)

getDebugCache

public static boolean getDebugCache()

getDebugCache

public static void getDebugCache(boolean newVal)

getConnectionLog

public static String getConnectionLog()

setConnectionLog

public static void setConnectionLog(String newVal)