com.karmasphere.share.util
Class Debugger

java.lang.Object
  extended by com.karmasphere.share.util.Debugger

public abstract class Debugger
extends Object


Constructor Summary
Debugger()
           
 
Method Summary
abstract  void debug(String code, String msg)
           
 void debug(String code, Throwable t)
           
static void hook(Class clazz, String code, String msg)
           
static void hook(Class clazz, String code, Throwable t)
           
static void hook(String code, String msg)
           
static void hook(String code, Throwable t)
           
static void setInstance(Debugger d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debugger

public Debugger()
Method Detail

setInstance

public static void setInstance(Debugger d)

hook

public static final void hook(String code,
                              String msg)

hook

public static final void hook(String code,
                              Throwable t)

hook

public static final void hook(Class clazz,
                              String code,
                              String msg)

hook

public static final void hook(Class clazz,
                              String code,
                              Throwable t)

debug

public abstract void debug(String code,
                           String msg)

debug

public void debug(String code,
                  Throwable t)


Copyright © 2004-2005 Karamsphere. All Rights Reserved.