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 TypeClassDescriptionclass
Implementation of a Avalon logger.class
Implementation of a Avalon logger.class
Redirects Velocity's LogChute messages to commons-logging.class
Implementation of a simple java.util.logging LogChute.class
Implementation of a simple log4j system that will either latch onto an existing category, or just do a simple rolling file log.class
Deprecated.Use Log4JLogChute instead.class
Wrapper to make user's custom LogSystem implementations work with the new LogChute setup.class
Logger used in case of failure.class
Deprecated.Use NullLogChute.class
Deprecated.Use HoldingLogChute instead!class
Simple wrapper for the servlet log.class
Logger used when no other is configured.Methods in org.apache.velocity.runtime.log that return LogChuteModifier and TypeMethodDescriptionprotected LogChute
Log.getLogChute()
Returns the LogChute wrapped by this Log instance.protected LogChute
LogDisplayWrapper.getLogChute()
make sure that we always use the right LogChute Objectprotected LogChute
RuntimeLoggerLog.getLogChute()
Deprecated.Methods in org.apache.velocity.runtime.log with parameters of type LogChuteModifier and TypeMethodDescriptionprotected void
Log.setLogChute
(LogChute chute) Updates the LogChute wrapped by this Log instance.protected void
RuntimeLoggerLog.setLogChute
(LogChute newLogChute) Deprecated.Constructors in org.apache.velocity.runtime.log with parameters of type LogChute