You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Log Component

The log: component uses Jakarta Commons Logging to log message exchanges to the underlying logging system such as log4j.

URI format

log:loggingCategory[?level=loggingLevel]

Where loggingCategory is the name of the logging category to use and loggingLevel is the logging level such as DEBUG, INFO, WARN, ERROR - the default is INFO

  • No labels