com.ibm.commerce.rules
Class RulesSystemLoggingService

com.ibm.commerce.rules.RulesSystemLoggingService

public class RulesSystemLoggingService

A centralized logging service for the Rules System. This class simplifies the Logging Service interface by assuming the component to log. It further provides a factory for class-level loggers, which assume the class to log for.

The Rules System component should maintain a single instance of the RulesSystemLoggingService for use by all classes within the component.


Field Summary
static com.ibm.commerce.rules.LoggingComponent loggingComponent
           
 
Constructor Summary
RulesSystemLoggingService(com.ibm.commerce.rules.LoggingService delegate)
           
 
Method Summary
protected  com.ibm.commerce.rules.LoggingComponent getLoggingComponent()
           
 

Field Detail

loggingComponent

public static final com.ibm.commerce.rules.LoggingComponent loggingComponent
Constructor Detail

RulesSystemLoggingService

public RulesSystemLoggingService(com.ibm.commerce.rules.LoggingService delegate)
Method Detail

getLoggingComponent

protected com.ibm.commerce.rules.LoggingComponent getLoggingComponent()
See Also:
ComponentLoggingService