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  LogSystem RuntimeInstance.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
          Deprecated. As of v1.3. Use SimpleLog4jLogSystem
 class NullLogSystem
          Logger used in case of failure.
 class PrimordialLogSystem
          Pre-init logger.
 class SimpleLog4JLogSystem
          Implementation of a simple log4j system that will either latch onto an existing category, or just do a simple rolling file log.
 

Methods in org.apache.velocity.runtime.log that return LogSystem
static LogSystem LogManager.createLogSystem(RuntimeServices rsvc)
          Creates a new logging system or returns an existing one specified by the application.
 

Methods in org.apache.velocity.runtime.log with parameters of type LogSystem
 void PrimordialLogSystem.dumpLogMessages(LogSystem newLogger)
          dumps the log messages this logger is holding into a new logger
 

Uses of LogSystem in org.apache.velocity.test
 

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



Copyright © 2003 Apache Software Foundation. All Rights Reserved.