public final class Tracing extends Object
A utility class for printing tracing output to the console.
Clients must not extend or instantiate this class.
| Modifier and Type | Field and Description |
|---|---|
static String |
SEPARATOR
The separator to place between the component and the message.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
printTrace(String component,
String message)
Prints a tracing message to standard out.
|
public static final String SEPARATOR
public static final void printTrace(String component, 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
nullmessage - The message to print to standard out; may be null.
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.