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 TypeClassDescriptionclassImplementation of a Avalon logger.classImplementation of a Avalon logger.classRedirects Velocity's LogChute messages to commons-logging.classImplementation of a simple java.util.logging LogChute.classImplementation of a simple log4j system that will either latch onto an existing category, or just do a simple rolling file log.classDeprecated.Use Log4JLogChute instead.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!classSimple wrapper for the servlet log.classLogger used when no other is configured.Methods in org.apache.velocity.runtime.log that return LogChuteModifier and TypeMethodDescriptionprotected 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.Constructors in org.apache.velocity.runtime.log with parameters of type LogChute