Uses of Class
org.apache.velocity.runtime.log.Log
Packages that use Log
Package
Description
-
Uses of Log in org.apache.velocity.app
Methods in org.apache.velocity.app that return Log -
Uses of Log in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as LogMethods in org.apache.velocity.runtime that return LogModifier and TypeMethodDescriptionRuntimeInstance.getLog()Returns a convenient Log instance that wraps the current LogChute.RuntimeServices.getLog()Returns a convenient Log instance that wraps the current LogChute.static LogRuntimeSingleton.getLog()Returns a convenient Log instance that wraps the current LogChute. -
Uses of Log in org.apache.velocity.runtime.directive
Fields in org.apache.velocity.runtime.directive declared as Log -
Uses of Log in org.apache.velocity.runtime.log
Subclasses of Log in org.apache.velocity.runtime.logModifier and TypeClassDescriptionclassThis is a wrapper around a log object, that can add a prefix to log messages and also turn logging on and off dynamically.classDeprecated.This will be removed along with the RuntimeLogger interface.Fields in org.apache.velocity.runtime.log declared as LogMethods in org.apache.velocity.runtime.log with parameters of type LogModifier and TypeMethodDescriptionstatic voidLogManager.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 LogModifierConstructorDescriptionLogDisplayWrapper(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 LogModifier and TypeFieldDescriptionprotected LogAbstractExecutor.logprotected LogSetExecutor.logClass loggerprotected LogSimpleNode.logConstructors in org.apache.velocity.runtime.parser.node with parameters of type LogModifierConstructorDescriptionBooleanPropertyExecutor(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 -
Uses of Log in org.apache.velocity.runtime.resource.loader
Fields in org.apache.velocity.runtime.resource.loader declared as Log -
Uses of Log in org.apache.velocity.util.introspection
Fields in org.apache.velocity.util.introspection declared as LogModifier and TypeFieldDescriptionprivate final LogClassMap.logClass loggerprivate final LogClassMap.MethodCache.logClass loggerprotected final LogIntrospectorBase.logClass loggerprivate final LogIntrospectorCacheImpl.logClass loggerprotected LogUberspectImpl.logOur runtime logger.Methods in org.apache.velocity.util.introspection with parameters of type LogModifier and TypeMethodDescriptionvoidSets the runtime logger - this must be called before anything else.voidSets the logger.Constructors in org.apache.velocity.util.introspection with parameters of type LogModifierConstructorDescriptionStandard constructorIntrospector(Log log) protectedIntrospectorBase(Log log) C'tor.IntrospectorCacheImpl(Log log) C'torprivateMethodCache(Log log) SecureIntrospectorImpl(String[] badClasses, String[] badPackages, Log log)