Uses of Class
org.apache.velocity.runtime.log.Log

Packages that use Log
org.apache.velocity.app   
org.apache.velocity.runtime   
org.apache.velocity.runtime.log   
org.apache.velocity.runtime.parser.node   
org.apache.velocity.runtime.resource   
org.apache.velocity.runtime.resource.loader   
org.apache.velocity.util.introspection   
 

Uses of Log in org.apache.velocity.app
 

Methods in org.apache.velocity.app that return Log
static Log Velocity.getLog()
          Returns a convenient Log instance that wraps the current LogChute.
 Log VelocityEngine.getLog()
          Returns a convenient Log instance that wraps the current LogChute.
 

Uses of Log in org.apache.velocity.runtime
 

Methods in org.apache.velocity.runtime that return Log
 Log RuntimeInstance.getLog()
          Returns a convenient Log instance that wraps the current LogChute.
static Log RuntimeSingleton.getLog()
          Returns a convenient Log instance that wraps the current LogChute.
 Log RuntimeServices.getLog()
          Returns a convenient Log instance that wraps the current LogChute.
 

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

Subclasses of Log in org.apache.velocity.runtime.log
 class LogDisplayWrapper
          This is a wrapper around a log object, that can add a prefix to log messages and also turn logging on and off dynamically.
 class RuntimeLoggerLog
          Deprecated. This will be removed along with the RuntimeLogger interface.
 

Methods in org.apache.velocity.runtime.log with parameters of type Log
static void LogManager.updateLog(Log log, RuntimeServices rsvc)
          Update the Log instance with the appropriate LogChute and other settings determined by the RuntimeServices.
 

Constructors in org.apache.velocity.runtime.log with parameters of type Log
LogDisplayWrapper(Log log, String prefix, boolean outputMessages)
          Create a new LogDisplayWrapper
 

Uses of Log in org.apache.velocity.runtime.parser.node
 

Fields in org.apache.velocity.runtime.parser.node declared as Log
protected  Log AbstractExecutor.log
           
protected  Log SetExecutor.log
          Class logger
protected  Log SimpleNode.log
           
 

Constructors in org.apache.velocity.runtime.parser.node with parameters of type Log
BooleanPropertyExecutor(Log log, Introspector introspector, Class clazz, String property)
           
GetExecutor(Log log, Introspector introspector, Class clazz, String property)
           
MapGetExecutor(Log log, Class clazz, String property)
           
MapSetExecutor(Log log, Class clazz, String property)
           
PropertyExecutor(Log log, Introspector introspector, Class clazz, String property)
           
PutExecutor(Log log, Introspector introspector, Class clazz, Object arg, String property)
           
SetPropertyExecutor(Log log, Introspector introspector, Class clazz, String property, Object arg)
           
 

Uses of Log in org.apache.velocity.runtime.resource
 

Fields in org.apache.velocity.runtime.resource declared as Log
protected  Log ResourceManagerImpl.log
          Logging.
 

Uses of Log in org.apache.velocity.runtime.resource.loader
 

Fields in org.apache.velocity.runtime.resource.loader declared as Log
protected  Log ResourceLoader.log
           
 

Uses of Log in org.apache.velocity.util.introspection
 

Fields in org.apache.velocity.util.introspection declared as Log
protected  Log IntrospectorBase.log
          Class logger
protected  Log UberspectImpl.log
          Our runtime logger.
 

Methods in org.apache.velocity.util.introspection with parameters of type Log
 void UberspectImpl.setLog(Log log)
          Sets the runtime logger - this must be called before anything else.
 void UberspectLoggable.setLog(Log log)
          Sets the logger.
 

Constructors in org.apache.velocity.util.introspection with parameters of type Log
ClassMap(Class clazz, Log log)
          Standard constructor
Introspector(Log log)
           
IntrospectorBase(Log log)
          C'tor.
IntrospectorCacheImpl(Log log)
          C'tor
SecureIntrospectorImpl(String[] badClasses, String[] badPackages, Log log)
           
 



Copyright © 2000-2007 The Apache Software Foundation. All Rights Reserved.