|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.voruta.Debug
Constructor Summary | |
Debug()
Creates a new instance of Debug |
|
Debug(java.io.PrintStream out)
Creates a new instance of Debug |
Method Summary | |
void |
debug(java.lang.Object str)
prints debug |
void |
info(java.lang.Object str)
prints info |
void |
warn(java.lang.Object str)
prints warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Debug()
public Debug(java.io.PrintStream out)
Method Detail |
public void debug(java.lang.Object str)
debug
in interface Log
str
- debug infopublic void info(java.lang.Object str)
info
in interface Log
str
- infopublic void warn(java.lang.Object str)
warn
in interface Log
str
- info
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |