Uses of Class
org.apache.velocity.runtime.log.Log
-
-
Uses of Log in org.apache.velocity.app
Methods in org.apache.velocity.app that return Log Modifier and Type Method Description 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
Fields in org.apache.velocity.runtime declared as Log Modifier and Type Field Description private Log
RuntimeInstance. log
The Runtime logger.Methods in org.apache.velocity.runtime that return Log Modifier and Type Method Description Log
RuntimeInstance. getLog()
Returns a convenient Log instance that wraps the current LogChute.Log
RuntimeServices. 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. -
Uses of Log in org.apache.velocity.runtime.directive
Fields in org.apache.velocity.runtime.directive declared as Log Modifier and Type Field Description protected Log
Block. log
-
Uses of Log in org.apache.velocity.runtime.log
Subclasses of Log in org.apache.velocity.runtime.log Modifier and Type Class Description 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.Fields in org.apache.velocity.runtime.log declared as Log Modifier and Type Field Description private Log
LogDisplayWrapper. log
The Log object we wrapMethods in org.apache.velocity.runtime.log with parameters of type Log Modifier and Type Method Description 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 Constructor Description LogDisplayWrapper(Log log, java.lang.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 Modifier and Type Field Description protected Log
AbstractExecutor. log
protected Log
SetExecutor. log
Class loggerprotected Log
SimpleNode. log
Constructors in org.apache.velocity.runtime.parser.node with parameters of type Log Constructor Description BooleanPropertyExecutor(Log log, Introspector introspector, java.lang.Class clazz, java.lang.String property)
GetExecutor(Log log, Introspector introspector, java.lang.Class clazz, java.lang.String property)
MapGetExecutor(Log log, java.lang.Class clazz, java.lang.String property)
MapSetExecutor(Log log, java.lang.Class clazz, java.lang.String property)
PropertyExecutor(Log log, Introspector introspector, java.lang.Class clazz, java.lang.String property)
PutExecutor(Log log, Introspector introspector, java.lang.Class clazz, java.lang.Object arg, java.lang.String property)
SetPropertyExecutor(Log log, Introspector introspector, java.lang.Class clazz, java.lang.String property, java.lang.Object arg)
-
Uses of Log in org.apache.velocity.runtime.resource
Fields in org.apache.velocity.runtime.resource declared as Log Modifier and Type Field Description 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 Modifier and Type Field Description private Log
JarHolder. log
protected Log
ResourceLoader. log
-
Uses of Log in org.apache.velocity.util.introspection
Fields in org.apache.velocity.util.introspection declared as Log Modifier and Type Field Description private Log
ClassMap. log
Class loggerprivate Log
ClassMap.MethodCache. log
Class loggerprotected Log
IntrospectorBase. log
Class loggerprivate Log
IntrospectorCacheImpl. log
Class loggerprotected Log
UberspectImpl. log
Our runtime logger.Methods in org.apache.velocity.util.introspection with parameters of type Log Modifier and Type Method Description 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 Constructor Description ClassMap(java.lang.Class clazz, Log log)
Standard constructorIntrospector(Log log)
IntrospectorBase(Log log)
C'tor.IntrospectorCacheImpl(Log log)
C'torMethodCache(Log log)
SecureIntrospectorImpl(java.lang.String[] badClasses, java.lang.String[] badPackages, Log log)
-