Skip to content

Commit 645bc56

Browse files
author
jantje
committed
Add debug log status
I'm using IStatus.CANCEL as IStatus does not allow "unknown values" nor mixing bits" :-(
1 parent b1f4ec2 commit 645bc56

File tree

1 file changed

+4
-0
lines changed
  • io.sloeber.core/src/io/sloeber/core/common

1 file changed

+4
-0
lines changed

io.sloeber.core/src/io/sloeber/core/common/Const.java

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package io.sloeber.core.common;
22

3+
import org.eclipse.core.runtime.IStatus;
34
import org.eclipse.core.runtime.Platform;
45

56
/**
@@ -10,6 +11,9 @@
1011
*/
1112
@SuppressWarnings("nls")
1213
public class Const {
14+
//for debug messages
15+
public static final int SLOEBER_STATUS_DEBUG=IStatus.CANCEL;
16+
1317
// java stuff so I do not have to add all the time $NON-NLS-1$
1418
public static final String DOT = ".";
1519
public static final String SLACH = "/";

0 commit comments

Comments
 (0)