| 接口 | 说明 |
|---|---|
| LogChute |
Base interface that logging systems need to implement.
|
| LogSystem | 已过时
Use LogChute instead!
|
| 类 | 说明 |
|---|---|
| AvalonLogChute |
Implementation of a Avalon logger.
|
| AvalonLogSystem |
Implementation of a Avalon logger.
|
| CommonsLogLogChute |
Redirects Velocity's LogChute messages to commons-logging.
|
| 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 | 已过时
Use Log4JLogChute instead.
|
| 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
The approach is :
First try to see if the user is passing in a living object
that is a LogChute, allowing the app to give its living
custom loggers.
|
| NullLogChute |
Logger used in case of failure.
|
| NullLogSystem | 已过时
Use NullLogChute.
|
| PrimordialLogSystem | 已过时
Use HoldingLogChute instead!
|
| RuntimeLoggerLog | 已过时
This will be removed along with the RuntimeLogger interface.
|
| ServletLogChute |
Simple wrapper for the servlet log.
|
| SimpleLog4JLogSystem | 已过时
Use Log4JLogChute instead.
|
| SystemLogChute |
Logger used when no other is configured.
|
| VelocityFormatter |