|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsqlg2.db.Debug
sqlg2.db.SimpleDebug
public class SimpleDebug
Simple implementation for Debug - outputs to console.
| Field Summary |
|---|
| Fields inherited from class sqlg2.db.Debug |
|---|
err, out |
| Constructor Summary | |
|---|---|
SimpleDebug()
|
|
| Method Summary | |
|---|---|
protected void |
close()
Releases all resources (open files etc). |
void |
doError(java.lang.String s)
Outputs error message. |
protected java.io.PrintWriter |
doGetWriter()
|
void |
doPrintStackTrace(java.lang.Throwable th)
Outputs error stacktrace. |
void |
doTrace(java.lang.String s)
Outputs debug trace. |
| Methods inherited from class sqlg2.db.Debug |
|---|
error, getDebug, getWriter, printStackTrace, setDebug, setStdStreams, trace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleDebug()
| Method Detail |
|---|
public void doTrace(java.lang.String s)
Debug
doTrace in class Debugpublic void doError(java.lang.String s)
Debug
doError in class Debugpublic void doPrintStackTrace(java.lang.Throwable th)
Debug
doPrintStackTrace in class Debugprotected java.io.PrintWriter doGetWriter()
doGetWriter in class Debugprotected void close()
Debug
close in class Debug
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||