Uses of Interface
org.apache.velocity.runtime.log.LogChute
Packages that use LogChute
-
Uses of LogChute in org.apache.velocity.runtime.log
Classes in org.apache.velocity.runtime.log that implement LogChuteModifier and TypeClassDescription(package private) classPre-init logger.classImplementation of a simple java.util.logging LogChute.classWrapper to make user's custom LogSystem implementations work with the new LogChute setup.classLogger used in case of failure.classDeprecated.Use NullLogChute.classDeprecated.Use HoldingLogChute instead!classLogger used when no other is configured.Fields in org.apache.velocity.runtime.log declared as LogChuteMethods in org.apache.velocity.runtime.log that return LogChuteModifier and TypeMethodDescriptionprivate static LogChuteLogManager.createLogChute(RuntimeServices rsvc) protected LogChuteLog.getLogChute()Returns the LogChute wrapped by this Log instance.protected LogChuteLogDisplayWrapper.getLogChute()make sure that we always use the right LogChute Objectprotected LogChuteRuntimeLoggerLog.getLogChute()Deprecated.Methods in org.apache.velocity.runtime.log with parameters of type LogChuteModifier and TypeMethodDescriptionprotected voidLog.setLogChute(LogChute chute) Updates the LogChute wrapped by this Log instance.protected voidRuntimeLoggerLog.setLogChute(LogChute newLogChute) Deprecated.voidHoldingLogChute.transferTo(LogChute newChute) Dumps the log messages this chute is holding into a new chuteConstructors in org.apache.velocity.runtime.log with parameters of type LogChute