We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5d528 commit 43ab249Copy full SHA for 43ab249
bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/util/Tracing.java
@@ -34,6 +34,7 @@ public final class Tracing {
34
/**
35
* The separator to place between the component and the message.
36
*/
37
+ @Deprecated
38
public static final String SEPARATOR = " >>> "; //$NON-NLS-1$
39
40
@@ -52,6 +53,7 @@ public final class Tracing {
52
53
* @param message
54
* The message to print to standard out; may be <code>null</code>.
55
56
57
public static final void printTrace(final String component,
58
final String message) {
59
StringBuilder buffer = new StringBuilder();
0 commit comments