sdl.utils
Class Debug

java.lang.Object
  |
  +--sdl.utils.Debug

public class Debug
extends java.lang.Object


Constructor Summary
Debug()
           
 
Method Summary
static boolean isDebugOn()
           
static void setDebug(boolean b)
           
static void showDebug(boolean bool, java.lang.String str)
           
static void showException(java.lang.String str)
           
static void showInfo(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

showDebug

public static void showDebug(boolean bool,
                             java.lang.String str)

showException

public static void showException(java.lang.String str)

showInfo

public static void showInfo(java.lang.String str)

setDebug

public static void setDebug(boolean b)

isDebugOn

public static boolean isDebugOn()