Methods
Modifier and Type |
Method and Description |
static IStatus |
createErrorStatus(String message,
String pluginID) |
static IStatus |
createErrorStatus(String message,
String pluginID,
Throwable exception) |
static IStatus |
createStatus(int statusError,
String message,
String pluginID,
Throwable exception) |
static IStatus |
createWarningStatus(String message,
String pluginID) |
static IStatus |
createWarningStatus(String message,
String pluginID,
Throwable exception) |
static void |
logError(String message) |
static void |
logError(String message,
String pluginID) |
static void |
logError(String message,
String pluginID,
Throwable exception) |
static void |
logError(String message,
Throwable exception) |
static void |
logWarning(String message) |
static void |
logWarning(String message,
String pluginID) |