org.apache.velocity.tools.generic.log |
Contains classes created to serve as bridges between Commons-Logging and Velocity's
LogSystem. These are useful for trying to direct Velocity's log output to another
project's log setup or vice versa. See each class's javadoc for more information.
Package Specification
Related Documentation
|
Java Source File Name | Type | Comment |
CommonsLogLogSystem.java | Class | Redirects Velocity's LogSystem messages to commons-logging. |
LogSystemCommonsLog.java | Class | Redirects commons-logging messages to Velocity's LogSystem. |