Package 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
-
Class Summary Class Description CommonsLogLogSystem Deprecated. Use CommonsLogLogChute in Velocity 1.6 instead.LogChuteCommonsLog Redirects commons-logging messages to Velocity's configured LogChute.LogSystemCommonsLog Deprecated. Use LogChuteCommonsLog instead