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 Redirects Velocity's LogSystem messages to commons-logging.
LogSystemCommonsLog Redirects commons-logging messages to Velocity's LogSystem.
 

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