Class TraceUtil
java.lang.Object
com._1c.g5.v8.dt.internal.testing.compare.TraceUtil
Tracing utility.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Checks if the plugin is in debug mode.static void
Traces a message.static void
Traces a diff.
-
Method Details
-
isDebugging
public static boolean isDebugging()Checks if the plugin is in debug mode.- Returns:
true
if the plugin is in debug mode,false
otherwise
-
trace
Traces a message.- Parameters:
message
- the message, may benull
-
traceDiff
Traces a diff.- Parameters:
diff
- the diff, may benull
-