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