|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.services.CorePluginLog
public class CorePluginLog
The format of the message ID logged in PDE Log will be CCXSSNNNNT, following the following conventions: CCX - an IBM registered three character prefix (per the IBM Message Standard and using the IBM registry), with the first two characters indicating the Brand of software. Initial assignments for CC would be: CR for Rational X for Functional Tester (F) SS - the two characters of the subcomponent can be used to identify software components within the product Functional Tester. NNNN - 4 digit numeric T - Severity Type ('I'- Information , 'W' - Warning , or 'E' - Error)
Field Summary | |
---|---|
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 Summary | |
---|---|
CorePluginLog()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public CorePluginLog()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |