Uses of Interface
org.apache.velocity.runtime.log.LogChute
-
Packages that use LogChute Package Description org.apache.velocity.runtime.log -
-
Uses of LogChute in org.apache.velocity.runtime.log
Classes in org.apache.velocity.runtime.log that implement LogChute Modifier and Type Class Description classAvalonLogChuteImplementation of a Avalon logger.classAvalonLogSystemImplementation of a Avalon logger.classCommonsLogLogChuteRedirects Velocity's LogChute messages to commons-logging.classJdkLogChuteImplementation of a simple java.util.logging LogChute.classLog4JLogChuteImplementation of a simple log4j system that will either latch onto an existing category, or just do a simple rolling file log.classLog4JLogSystemDeprecated.Use Log4JLogChute instead.classLogChuteSystemWrapper to make user's custom LogSystem implementations work with the new LogChute setup.classNullLogChuteLogger used in case of failure.classNullLogSystemDeprecated.Use NullLogChute.classPrimordialLogSystemDeprecated.Use HoldingLogChute instead!classServletLogChuteSimple wrapper for the servlet log.classSystemLogChuteLogger used when no other is configured.Methods in org.apache.velocity.runtime.log that return LogChute Modifier and Type Method Description 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 LogChute Modifier and Type Method Description protected 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 Constructor Description Log(LogChute chute)Creates a new Log that wraps the specified LogChute.
-