|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vgrs.xcode.util.Debug
public class Debug
Log debugging information to System.out/System.err.
| Constructor Summary | |
|---|---|
Debug()
|
|
| Method Summary | |
|---|---|
static void |
fail(java.lang.String aInput)
Log information to Standard Error. |
static void |
log(java.lang.String aInput)
Log information to Standard Error. |
static void |
pass(java.lang.String aInput)
Log information to Standard Out. |
| 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 void log(java.lang.String aInput)
aInput - A message to logpublic static void pass(java.lang.String aInput)
aInput - A message to logpublic static void fail(java.lang.String aInput)
aInput - A message to log
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||