|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.util.Tracing
public final class Tracing
A utility class for printing tracing output to the console.
Clients must not extend or instantiate this class.
Field Summary | |
---|---|
static java.lang.String |
SEPARATOR
The separator to place between the component and the message. |
Method Summary | |
---|---|
static void |
printTrace(java.lang.String component,
java.lang.String message)
Prints a tracing message to standard out. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SEPARATOR
Method Detail |
---|
public static final void printTrace(java.lang.String component, java.lang.String message)
Prints a tracing message to standard out. The message is prefixed by a component identifier and some separator. See the example below.
BINDINGS >> There are 4 deletion markers
component
- The component for which this tracing applies; may be
null
message
- The message to print to standard out; may be null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |