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.