| java.lang.Object com.ice.cvsc.CVSTracer
CVSTracer | public class CVSTracer extends Object (Code) | | The CVSTracer class implements the a tracing mechanism for
the CVS package. This allows for more control and details
than a simple 'CVSLog.logMsg()' provides. This is a
strictly class based interface. There are
no instance methods.
version: $Revision: 2.4 $ author: Timothy Gerard Endres, time@ice.com. See Also: CVSClient |
setEchoAccumulation | public static void setEchoAccumulation(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) | | |
turnOff | public static void turnOff()(Code) | | |
turnOffAccumulation | public static void turnOffAccumulation()(Code) | | |
turnOn | public static void turnOn()(Code) | | |
|
|