Class COM.ibm.jaws.util.Debug
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.util.Debug
java.lang.Object
|
+----COM.ibm.jaws.util.Debug
- public class Debug
- extends Object
-
debug
-
-
executionDeltaStartTime
-
-
executionStartTime
-
-
executionTime
-
-
kComponentSeparator
-
-
kExecutionTimeSeparator
-
-
outputPrefix
-
-
thread
-
-
timeStamps
-
-
Debug(String)
-
-
Debug(String, boolean)
-
-
Debug(String, boolean, String, int)
-
-
close()
-
-
debugOff()
-
-
debugOn()
-
-
enter(String)
-
-
err(String)
-
-
errln(String)
-
-
executionTimeOff()
-
-
executionTimeOn()
-
-
exit(String)
-
-
getFormattedExecutionTime()
-
-
getFormattedOutputPrefix()
-
-
getFormattedThread()
-
-
getFormattedTimeStamp()
-
-
on()
-
-
out(String)
-
-
outln(String)
-
-
rebindErr(String)
-
-
rebindOut(String)
-
-
setOutputPrefix(String)
-
-
threadOff()
-
-
threadOn()
-
-
timeStampOff()
-
-
timeStampOn()
-
debug
protected boolean debug
executionTime
protected static boolean executionTime
timeStamps
protected static boolean timeStamps
thread
protected static boolean thread
outputPrefix
protected String outputPrefix
executionStartTime
protected static long executionStartTime
executionDeltaStartTime
protected static long executionDeltaStartTime
kComponentSeparator
protected final String kComponentSeparator
kExecutionTimeSeparator
protected final String kExecutionTimeSeparator
Debug
public Debug(String outputPrefix)
Debug
public Debug(String outputPrefix,
boolean debug)
Debug
public Debug(String outputPrefix,
boolean debug,
String server,
int port)
out
public void out(String s)
outln
public void outln(String s)
err
public void err(String s)
errln
public void errln(String s)
enter
public void enter(String s)
exit
public void exit(String s)
rebindOut
public void rebindOut(String file)
rebindErr
public void rebindErr(String file)
debugOn
public void debugOn()
debugOff
public void debugOff()
executionTimeOn
public void executionTimeOn()
executionTimeOff
public void executionTimeOff()
timeStampOn
public void timeStampOn()
timeStampOff
public void timeStampOff()
threadOn
public void threadOn()
threadOff
public void threadOff()
setOutputPrefix
public void setOutputPrefix(String outputPrefix)
getFormattedTimeStamp
protected String getFormattedTimeStamp()
getFormattedExecutionTime
protected String getFormattedExecutionTime()
getFormattedOutputPrefix
protected String getFormattedOutputPrefix()
getFormattedThread
protected String getFormattedThread()
on
public boolean on()
close
public void close()
All Packages Class Hierarchy This Package Previous Next Index