Package com.ibm.commerce.ras

Provides the implementation of the Logging System used by WebSphere Commerce.

See:
Description

Interface Summary
CorrectiveActionMessages This interface is used to get the corrective action resource bundle
ECMessageKey String is the class used for defining messages used by the WebSphere Commerce Application Server.
ErrorNotification ErrorNotification defines the abstract method to send out error notification.
ILoggingService ILoggingService defines the methods to configure the message logging service.
IOutputManager IOutputManager defines the methods to configure the output manager.
ITracingService ITracingService defines the methods to configure the Tracing service.
Class Summary
CoreSystemMessages CoreSystemMessages contains the System messages defined in WebSphere Commerce
CoreUserMessages CoreUserMessages contains the User messages defined in WebSphere Commerce
DDContext Reserved for IBM internal use.
DDThreadContext This class contains thread specific information for logging and for double lick handling.
DDThreadContextManager This class is handles the thread context used by the double click handler.
ECLoggingProvider ECLoggingProvider is used to configure the messages and write to output.
ECMessage ECMessage defines the structure of a WCS 5.1 message object.
ECMessageDefinition Insert the type's description here.
ECMessageHelper This is a helper class created to enable substitution parameters be added to predefined ECMessages.
ECMessageLog ECMessageLog is the class used for logging messages issued by the WebSphere Commerce Application Server.
ECMessageSeverity This class defines the five types of severity: - ERROR, WARNING, STATUS, DEBUG, INFORMATION
ECMessageType This class defines the two types of Messages : System and User
ECTrace ECTrace is the class used for tracing the execution flow of the WebSphere Commerce Application Server.
ECTraceIdentifiers ECTraceIdentifiers is the class that defines the names of the components that are traceable.
ECTracingProvider ECTracingProvider is used to configure tracing and write the tracing information to output.
LocaleTranslator LocaleTranslator is used to translate the message to specific locale.
LogConfiguration Stores the configuration data for WCS Logging Service.
LogConfiguration.Parameters Defines the parameters used for WCS Logging Service configuration
LogFile LogFile is used to define the file output of the Logging service.
LogFileFactory The factory for the log file of Logging service.
MessageLogEvent MessageLogEvent class is used to format the message text for message loggin service.
MessgesRangeRepository Dummy class keeping ECMessages Ranges Creation date: (6/6/00 10:54:28 AM)
MethodEntryLogEvent MethodEntryLogEvent class is used to define the message text recording the entry to a method.
MethodExitLogEvent MethodExitLogEvent class is used to define the message text recording the exit from a method.
MethodLogEvent MethodLogEvent class is used to format the message text for Tracing service.
ServerResourceBundleBridge Handles locale dependant strings.
SystemMessage SystemMessage is the class to handle System type of message.
WASLog Wrapper for the WebSphere log facility.
WASTrace Wrapper for the WebSphere trace facility.

Package com.ibm.commerce.ras Description

Provides the implementation of the Logging System used by WebSphere Commerce.


Feedback