Uses of Interface
org.apache.velocity.runtime.RuntimeLogger
Packages that use RuntimeLogger
Package
Description
-
Uses of RuntimeLogger in org.apache.velocity.runtime
Subinterfaces of RuntimeLogger in org.apache.velocity.runtimeModifier and TypeInterfaceDescriptioninterface
Interface for internal runtime services that are needed by the various components w/in Velocity.Classes in org.apache.velocity.runtime that implement RuntimeLogger -
Uses of RuntimeLogger in org.apache.velocity.runtime.log
Constructors in org.apache.velocity.runtime.log with parameters of type RuntimeLoggerModifierConstructorDescriptionDeprecated.Creates a new Log that wraps a PrimordialLogChute. -
Uses of RuntimeLogger in org.apache.velocity.runtime.parser.node
Constructors in org.apache.velocity.runtime.parser.node with parameters of type RuntimeLoggerModifierConstructorDescriptionBooleanPropertyExecutor
(RuntimeLogger rlog, Introspector introspector, Class clazz, String property) Deprecated.RuntimeLogger is deprecated.GetExecutor
(RuntimeLogger rlog, Introspector introspector, Class clazz, String property) Deprecated.RuntimeLogger is deprecated.PropertyExecutor
(RuntimeLogger r, Introspector introspector, Class clazz, String property) Deprecated.RuntimeLogger is deprecated. -
Uses of RuntimeLogger in org.apache.velocity.util.introspection
Methods in org.apache.velocity.util.introspection with parameters of type RuntimeLoggerModifier and TypeMethodDescriptionvoid
UberspectImpl.setRuntimeLogger
(RuntimeLogger runtimeLogger) Deprecated.Use setLog(Log log) instead.void
UberspectLoggable.setRuntimeLogger
(RuntimeLogger logger) Deprecated.Use setLog(Log log) instead.Constructors in org.apache.velocity.util.introspection with parameters of type RuntimeLoggerModifierConstructorDescriptionIntrospector
(RuntimeLogger logger) Deprecated.RuntimeLogger is deprecated.