|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.smartwerkz.jupload.classic.util.debug.Debug
public class Debug
| Constructor Summary | |
|---|---|
Debug()
|
|
| Method Summary | |
|---|---|
static void |
addListener(DebugListener o)
|
static void |
debug(java.lang.Object o)
Prints out the given object as string, followed by a line terminator. |
static void |
debug(java.lang.Object o,
boolean newline)
Prints out the given object as string, followed by a line terminator. |
static void |
debug(java.lang.Object o,
boolean newline,
boolean force)
Prints out the given object as string, followed by a line terminator. |
static void |
debug(java.lang.Throwable t)
Prints out the given object as string, followed by a line terminator. |
static void |
debug(java.lang.Throwable t,
java.lang.String msg)
Prints out the given object as string, followed by a line terminator. |
static java.util.List |
getListeners()
|
static void |
out(java.lang.Object o)
Prints out the given object as string, followed by a line terminator. |
static void |
removeListener(DebugListener o)
|
static void |
setDebug(boolean flag)
Set to activate the global debug mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Debug()
| Method Detail |
|---|
public static java.util.List getListeners()
public static void setDebug(boolean flag)
public static void debug(java.lang.Throwable t,
java.lang.String msg)
public static void debug(java.lang.Throwable t)
public static void out(java.lang.Object o)
public static void debug(java.lang.Object o)
public static void debug(java.lang.Object o,
boolean newline)
public static void debug(java.lang.Object o,
boolean newline,
boolean force)
public static void addListener(DebugListener o)
public static void removeListener(DebugListener o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||