Package org.apache.velocity.runtime.log
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
LogChute Base interface that logging systems need to implement.
LogSystem Old base interface that old logging systems needed to implement.
Classes
AvalonLogChute Implementation of a Avalon logger.
AvalonLogSystem Implementation of a Avalon logger.
JdkLogChute Implementation of a simple java.util.logging LogChute.
Log Convenient wrapper for LogChute functions.
Log4JLogChute Implementation of a simple log4j system that will either latch onto an existing category, or just do a simple rolling file log.
Log4JLogSystem Implementation of a simple log4j system that will either latch onto an existing category, or just do a simple rolling file log.
LogChuteSystem Wrapper to make user's custom LogSystem implementations work with the new LogChute setup.
LogDisplayWrapper This is a wrapper around a log object, that can add a prefix to log messages and also turn logging on and off dynamically.
LogManager

This class is responsible for instantiating the correct LogChute

NullLogChute Logger used in case of failure.
NullLogSystem Logger used in case of failure.
PrimordialLogSystem Pre-init logger.
RuntimeLoggerLog A temporary RuntimeLogger wrapper to make the deprecation of UberspectLoggable.setRuntimeLogger(RuntimeLogger) feasible.
SimpleLog4JLogSystem

This class is deprecated in favor of the new Log4JLogChute , which makes use of Log4J's Logger rather than its deprecated Category class.

SystemLogChute Logger used when no other is configured.
VelocityFormatter No description provided.