public class CorePluginLog
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BUNDLE_NOT_FOUND |
static int |
CANT_GET_PLUGIN_PATH |
static int |
CANT_SAVE_PROPERTIES_FILE |
static int |
ERROR_SAVING_PROPERTIES_FILE |
static int |
INITIALIZING_PROPERTIES |
static int |
PLUGIN_JAR_NOT_FOUND |
static int |
UNEXPECTED_PLUGIN_PATH |
| Constructor and Description |
|---|
CorePluginLog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
logError(int code,
java.lang.String s) |
static void |
logError(int code,
java.lang.Throwable e) |
static void |
logError(java.lang.String tag,
java.lang.String message,
java.lang.Throwable e) |
static void |
logInfo(int code) |
static void |
logInfo(java.lang.String tag,
java.lang.String message,
java.lang.Throwable e) |
static void |
logWarning(int code)
Log a warning in the workspace log
|
static void |
logWarning(int code,
java.lang.String s)
Log a warning in the workspace log
|
static void |
logWarning(int code,
java.lang.Throwable e)
Log a warning in the workspace log
|
static void |
logWarning(java.lang.String tag,
java.lang.String message,
java.lang.Throwable e) |
static java.lang.String |
processMessage(java.lang.String message,
java.lang.Throwable exc) |
static void |
setLog(org.eclipse.core.runtime.ILog log) |
public static final int INITIALIZING_PROPERTIES
public static final int UNEXPECTED_PLUGIN_PATH
public static final int CANT_GET_PLUGIN_PATH
public static final int PLUGIN_JAR_NOT_FOUND
public static final int BUNDLE_NOT_FOUND
public static final int ERROR_SAVING_PROPERTIES_FILE
public static final int CANT_SAVE_PROPERTIES_FILE
public static void logError(int code,
java.lang.Throwable e)
public static void logError(int code,
java.lang.String s)
public static void logInfo(int code)
public static void logWarning(int code,
java.lang.Throwable e)
code - e - public static void logWarning(int code,
java.lang.String s)
code - s - public static void logWarning(int code)
code - public static void setLog(org.eclipse.core.runtime.ILog log)
public static void logError(java.lang.String tag,
java.lang.String message,
java.lang.Throwable e)
public static void logWarning(java.lang.String tag,
java.lang.String message,
java.lang.Throwable e)
public static void logInfo(java.lang.String tag,
java.lang.String message,
java.lang.Throwable e)
public static java.lang.String processMessage(java.lang.String message,
java.lang.Throwable exc)