Package com.perforce.p4java
Class Tracer
java.lang.Object
com.perforce.p4java.Tracer
Simple P4Java tracer class based on the Log trace callback
interface. Useful for tracing and debugging from within P4Java;
probably not of interest to most end-users.
Not especially thread-safe, nor recommended for real debugging.
Note that in general, GA releases disable internal traces, and this class is not actively used in those releases.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic booleanisTracingAtLevel(ILogCallback.LogTraceLevel traceLevel) static voidstatic voidtrace(ILogCallback.LogTraceLevel traceLevel, String msg)
-
Constructor Details
-
Tracer
public Tracer()
-
-
Method Details
-
trace
-
all
-
superfine
-
fine
-
coarse
-
isTracingAtLevel
-