Package | Description |
---|---|
org.apache.velocity.runtime | |
org.apache.velocity.runtime.log | |
org.apache.velocity.test |
Modifier and Type | Field and Description |
---|---|
private LogSystem |
RuntimeInstance.logSystem
The Runtime logger.
|
Modifier and Type | Class and Description |
---|---|
class |
AvalonLogSystem
Implementation of a Avalon logger.
|
class |
Log4JLogSystem
Deprecated.
As of v1.3. Use
SimpleLog4jLogSystem |
class |
NullLogSystem
Logger used in case of failure.
|
class |
PrimordialLogSystem
Pre-init logger.
|
class |
SimpleLog4JLogSystem
Implementation of a simple log4j system that will either
latch onto an existing category, or just do a simple
rolling file log.
|
Modifier and Type | Method and Description |
---|---|
static LogSystem |
LogManager.createLogSystem(RuntimeServices rsvc)
Creates a new logging system or returns an existing one
specified by the application.
|
Modifier and Type | Method and Description |
---|---|
void |
PrimordialLogSystem.dumpLogMessages(LogSystem newLogger)
dumps the log messages this logger is holding into a new logger
|
Modifier and Type | Class and Description |
---|---|
class |
ClassloaderChangeTest
Tests if we can hand Velocity an arbitrary class for logging.
|
class |
EventHandlingTestCase
Tests event handling
|
class |
ExternalLoggerTest
Tests if we can hand Velocity an arbitrary class for logging.
|
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.