This page last changed on Jun 05, 2004 by unkyaku.

Logging in XWork is handled by Commons-Logging. If Log4J is present in the classpath, logging tasks will be passed through to Log4J.

The logger names are the class names. The pattern used is:
Log log = LogFactory.getLog(ThisClass.class);

For details on configuring commons-logging, see http://jakarta.apache.org/commons/logging/guide.html#Configuration.

Document generated by Confluence on Dec 12, 2004 12:35