IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.services
Class CorePluginLog

java.lang.Object
  extended by com.rational.test.ft.services.CorePluginLog

public class CorePluginLog
extends java.lang.Object

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

INITIALIZING_PROPERTIES

public static final int INITIALIZING_PROPERTIES
See Also:
Constant Field Values

UNEXPECTED_PLUGIN_PATH

public static final int UNEXPECTED_PLUGIN_PATH
See Also:
Constant Field Values

CANT_GET_PLUGIN_PATH

public static final int CANT_GET_PLUGIN_PATH
See Also:
Constant Field Values

PLUGIN_JAR_NOT_FOUND

public static final int PLUGIN_JAR_NOT_FOUND
See Also:
Constant Field Values

BUNDLE_NOT_FOUND

public static final int BUNDLE_NOT_FOUND
See Also:
Constant Field Values

ERROR_SAVING_PROPERTIES_FILE

public static final int ERROR_SAVING_PROPERTIES_FILE
See Also:
Constant Field Values

CANT_SAVE_PROPERTIES_FILE

public static final int CANT_SAVE_PROPERTIES_FILE
See Also:
Constant Field Values
Constructor Detail

CorePluginLog

public CorePluginLog()
Method Detail

logError

public static void logError(int code,
                            java.lang.Throwable e)

logError

public static void logError(int code,
                            java.lang.String s)

logInfo

public static void logInfo(int code)

logWarning

public static void logWarning(int code,
                              java.lang.Throwable e)
Log a warning in the workspace log

Parameters:
code -
e -

logWarning

public static void logWarning(int code,
                              java.lang.String s)
Log a warning in the workspace log

Parameters:
code -
s -

logWarning

public static void logWarning(int code)
Log a warning in the workspace log

Parameters:
code -

setLog

public static void setLog(org.eclipse.core.runtime.ILog log)

logError

public static void logError(java.lang.String tag,
                            java.lang.String message,
                            java.lang.Throwable e)

logWarning

public static void logWarning(java.lang.String tag,
                              java.lang.String message,
                              java.lang.Throwable e)

logInfo

public static void logInfo(java.lang.String tag,
                           java.lang.String message,
                           java.lang.Throwable e)

processMessage

public static java.lang.String processMessage(java.lang.String message,
                                              java.lang.Throwable exc)