| java.lang.Object com.ice.util.ICETracer
ICETracer | public class ICETracer extends Object (Code) | | The ICETracer class implements the a stack tracing mechanism
for debugging use. This is a strictly class
based interface. There are no instance methods.
version: $Revision: 1.4 $ author: Timothy Gerard Endres, author: time@ice.com. See Also: com.ice.util.UserProperties |
setEchoAccumulation | public static void setEchoAccumulation(boolean state)(Code) | | |
setTraceState | public static void setTraceState(boolean state)(Code) | | |
setWriter | public static void setWriter(PrintWriter newOut)(Code) | | Sets the tracer's output writer to the BufferedWriter
passed in. The new writer newOut must never
be System.err or System.err, since the writer will be
closed at some point.
Parameters: newOut - The new buffered writer to send trace output to. |
setWriterToStderr | public static void setWriterToStderr()(Code) | | |
setWriterToStdout | public static void setWriterToStdout()(Code) | | |
traceIf | public static void traceIf(boolean flag, String line)(Code) | | |
traceWithStack | public static void traceWithStack(String line)(Code) | | |
traceWithStack | public static void traceWithStack(int maxPrintLines, String line)(Code) | | |
turnOffAccumulation | public static void turnOffAccumulation()(Code) | | |
|
|