|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.util.debug.Debug
Field Summary | |
static int |
debugLevel
Deprecated. |
static PrintStream |
out
Deprecated. |
Constructor Summary | |
Debug()
Deprecated. |
Method Summary | |
static void |
debug(int level,
String msg)
Deprecated. |
static void |
debug(int level,
String msg,
Exception e)
Deprecated. |
static void |
debug(int level,
String header,
String msg)
Deprecated. |
static void |
debug(String msg)
Deprecated. |
static void |
error(String msg)
Deprecated. |
static void |
error(String msg,
Exception ex)
Deprecated. |
static void |
print(String msg)
Deprecated. |
static void |
println(String msg)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int debugLevel
public static PrintStream out
Constructor Detail |
public Debug()
Method Detail |
public static void println(String msg)
public static void print(String msg)
public static void error(String msg)
public static void error(String msg, Exception ex)
public static void debug(String msg)
public static void debug(int level, String msg)
public static void debug(int level, String header, String msg)
public static void debug(int level, String msg, Exception e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |