Logging that uses Apache log4j 2 API

Use this information to understand logging in IBM® Cúram Social Program Management. Logging in the application is provided by the curam.util.resources.Trace class that provides a convenient wrapper onto the Apache log4j 2 API.

log4j 2 is a logging framework that is provided by the Apache Jakarta project. For more information, see Apache Log4j 2.

Logging allows developers to log any information whether the program is being run in online or batch mode. The final destination of the trace information is configurable. It can be a log file that is associated with the application server, a stand-alone log file, a console, or even a database.