Uses of Interface
org.apache.velocity.runtime.log.LogSystem

Packages that use LogSystem
org.apache.velocity.runtime   
org.apache.velocity.runtime.log   
org.apache.velocity.test   
 

Uses of LogSystem in org.apache.velocity.runtime
 

Fields in org.apache.velocity.runtime declared as LogSystem
private static LogSystem Runtime.logSystem
          The Runtime logger.
 

Uses of LogSystem in org.apache.velocity.runtime.log
 

Classes in org.apache.velocity.runtime.log that implement LogSystem
 class AvalonLogSystem
          Implementation of a Avalon logger.
 class Log4JLogSystem
          Implementation of a Log4J logger.
 

Methods in org.apache.velocity.runtime.log that return LogSystem
static LogSystem LogManager.createLogSystem()
          Creates a new logging system.
 

Uses of LogSystem in org.apache.velocity.test
 

Classes in org.apache.velocity.test that implement LogSystem
 class EventHandlingTestCase
          Tests event handling
 class ExternalLoggerTest
          Tests if we can hand Velocity an arbitrary class for logging.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.