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 (package private) classHoldingLogChutePre-init logger.classJdkLogChuteImplementation of a simple java.util.logging LogChute.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!classSystemLogChuteLogger used when no other is configured.Fields in org.apache.velocity.runtime.log declared as LogChute Modifier and Type Field Description private LogChuteLog. chuteMethods in org.apache.velocity.runtime.log that return LogChute Modifier and Type Method Description private 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 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.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 Constructor Description Log(LogChute chute)Creates a new Log that wraps the specified LogChute.
-