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) class
HoldingLogChute
Pre-init logger.class
JdkLogChute
Implementation of a simple java.util.logging LogChute.class
LogChuteSystem
Wrapper to make user's custom LogSystem implementations work with the new LogChute setup.class
NullLogChute
Logger used in case of failure.class
NullLogSystem
Deprecated.Use NullLogChute.class
PrimordialLogSystem
Deprecated.Use HoldingLogChute instead!class
SystemLogChute
Logger used when no other is configured.Fields in org.apache.velocity.runtime.log declared as LogChute Modifier and Type Field Description private LogChute
Log. chute
Methods in org.apache.velocity.runtime.log that return LogChute Modifier and Type Method Description private static LogChute
LogManager. createLogChute(RuntimeServices rsvc)
protected 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 LogChute Modifier and Type Method Description protected void
Log. setLogChute(LogChute chute)
Updates the LogChute wrapped by this Log instance.protected void
RuntimeLoggerLog. setLogChute(LogChute newLogChute)
Deprecated.void
HoldingLogChute. 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.
-