Package org.opa.logging

This package is responsible for providing logging services to OPA modules and OPAManagers.

See:
          Description

Class Summary
OPADefaultLogManager This class provides a default implementation of the OPALogManager interface.
 

Package org.opa.logging Description

This package is responsible for providing logging services to OPA modules and OPAManagers. The OPA logging subsystem is based on the Java Logging API. The OPA logging subsystem is useful for logging all sorts of messages. This can be used during development for debugging and even after release to provide valuable information for off-site application support personnel. The main class is OPADefaultLogManager. It simplifies the process of logging a message by handling Logger management for clients.