Uses of Interface
org.apache.velocity.runtime.log.LogSystem
-
Packages that use LogSystem Package Description org.apache.velocity.runtime.log -
-
Uses of LogSystem in org.apache.velocity.runtime.log
Classes in org.apache.velocity.runtime.log that implement LogSystem Modifier and Type Class Description classAvalonLogSystemImplementation of a Avalon logger.classLog4JLogSystemDeprecated.Use Log4JLogChute instead.classNullLogSystemDeprecated.Use NullLogChute.classPrimordialLogSystemDeprecated.Use HoldingLogChute instead!classSimpleLog4JLogSystemDeprecated.Use Log4JLogChute instead.Methods in org.apache.velocity.runtime.log with parameters of type LogSystem Modifier and Type Method Description voidPrimordialLogSystem. dumpLogMessages(LogSystem newLogger)Deprecated.use transferTo(LogChute newChute)Constructors in org.apache.velocity.runtime.log with parameters of type LogSystem Constructor Description LogChuteSystem(LogSystem wrapMe)Only classes in this package should be creating this.
-