Package org.apache.velocity.tools.generic.log

Contains classes created to serve as bridges between Commons-Logging and Velocity's LogSystem.

See:
          Description

Class Summary
CommonsLogLogSystem Deprecated. Use CommonsLogLogChute in Velocity 1.6 instead.
LogChuteCommonsLog Redirects commons-logging messages to Velocity's configured LogChute.
LogSystemCommonsLog Deprecated. Use LogChuteCommonsLog instead
 

Package org.apache.velocity.tools.generic.log Description

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



Copyright (c) 2003-2007 Apache Software Foundation