monrovia.client.util
Class Debug

java.lang.Object
  |
  +--monrovia.client.util.Debug

public class Debug
extends java.lang.Object

This class is for debugging.


Field Summary
static boolean debugFlag
          Set this flag to be true to enable debugging.
 
Constructor Summary
Debug()
           
 
Method Summary
static void print(int pValue)
           
static void print(java.lang.Object pValue)
          The fuction for printing debug messages.
static void println(int pValue)
           
static void println(java.lang.Object pValue)
           
static void printTime(java.lang.String message)
           
static void resetTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugFlag

public static boolean debugFlag
Set this flag to be true to enable debugging.
Constructor Detail

Debug

public Debug()
Method Detail

print

public static void print(java.lang.Object pValue)
The fuction for printing debug messages.
Parameters:
pValue - object to be printed

println

public static void println(java.lang.Object pValue)

print

public static void print(int pValue)

println

public static void println(int pValue)

resetTime

public static void resetTime()

printTime

public static void printTime(java.lang.String message)