C F L

L

LOGGING_OPTION_CONSOLE_AND_LOG_FILES - Static variable in class com.ibm.rational.artifact.api.logging.LoggingUtilities
LOGGING_OPTION_CONSOLE_AND_LOG_FILES works in the following manner: If an Exception event, then it logs the exception in the console view, Eclipse log file and ClearQuest Logger file.
LOGGING_OPTION_DEFAULT - Static variable in class com.ibm.rational.artifact.api.logging.LoggingUtilities
LOGGING_OPTION_DEFAULT works in the following manner: If an Exception event, then it logs the exception in the console view, Eclipse log file, ClearQuest Logger file and also displays a dialog to the user with the message from the exception.
LOGGING_OPTION_LOG_FILES_ONLY - Static variable in class com.ibm.rational.artifact.api.logging.LoggingUtilities
LOGGING_OPTION_LOG_FILES_ONLY works in the following manner: If an Exception event, then it logs the exception to Eclipse log file and ClearQuest Logger file If Error event, then it logs the the error to CM Logger file.
LoggingUtilities - class com.ibm.rational.artifact.api.logging.LoggingUtilities.
LoggingUtilities is a class of static methods for logging information to the ClearQuest log files and optionally the Eclipse console.
LoggingUtilities() - Constructor for class com.ibm.rational.artifact.api.logging.LoggingUtilities
 

C F L