Uses of Interface
org.apache.velocity.runtime.RuntimeLogger
-
Packages that use RuntimeLogger Package Description org.apache.velocity.runtime org.apache.velocity.runtime.log org.apache.velocity.runtime.parser.node org.apache.velocity.util.introspection -
-
Uses of RuntimeLogger in org.apache.velocity.runtime
Subinterfaces of RuntimeLogger in org.apache.velocity.runtime Modifier and Type Interface Description interface
RuntimeServices
Interface for internal runtime services that are needed by the various components w/in Velocity.Classes in org.apache.velocity.runtime that implement RuntimeLogger Modifier and Type Class Description class
RuntimeInstance
This is the Runtime system for Velocity. -
Uses of RuntimeLogger in org.apache.velocity.runtime.log
Fields in org.apache.velocity.runtime.log declared as RuntimeLogger Modifier and Type Field Description private RuntimeLogger
RuntimeLoggerLog. rlog
Deprecated.Constructors in org.apache.velocity.runtime.log with parameters of type RuntimeLogger Constructor Description RuntimeLoggerLog(RuntimeLogger rlog)
Deprecated.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 RuntimeLogger Constructor Description BooleanPropertyExecutor(RuntimeLogger rlog, Introspector introspector, java.lang.Class clazz, java.lang.String property)
Deprecated.RuntimeLogger is deprecated.GetExecutor(RuntimeLogger rlog, Introspector introspector, java.lang.Class clazz, java.lang.String property)
Deprecated.RuntimeLogger is deprecated.PropertyExecutor(RuntimeLogger r, Introspector introspector, java.lang.Class clazz, java.lang.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 RuntimeLogger Modifier and Type Method Description void
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 RuntimeLogger Constructor Description Introspector(RuntimeLogger logger)
Deprecated.RuntimeLogger is deprecated.
-