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.
loggingComponent
public static final com.ibm.commerce.rules.LoggingComponent loggingComponent
RulesSystemLoggingService
public RulesSystemLoggingService(com.ibm.commerce.rules.LoggingService delegate)
getLoggingComponent
protected com.ibm.commerce.rules.LoggingComponent getLoggingComponent()
- See Also:
ComponentLoggingService