Overview

Logging facilities in an IBM Cúram Social Program Management application are provided by the curam.util.resources.Trace class which provides a convenient wrapper onto the Apache log4j1API.

This allows developers to log any information without concerning themselves with whether the program is being run in on-line or batch mode. The final destination of the trace information is highly configurable and may be a log file associated with the application server, a standalone log file, a console or even a database.

1 log4j is a logging framework provided by the Apache Jakarta project (see The complete manual - log4j, Gulcu).