Package | Description |
---|---|
org.apache.velocity.runtime.log |
Modifier and Type | Class and Description |
---|---|
class |
AvalonLogChute
Implementation of a Avalon logger.
|
class |
AvalonLogSystem
Implementation of a Avalon logger.
|
class |
CommonsLogLogChute
Redirects Velocity's LogChute messages to commons-logging.
|
class |
JdkLogChute
Implementation of a simple java.util.logging LogChute.
|
class |
Log4JLogChute
Implementation of a simple log4j system that will either latch onto
an existing category, or just do a simple rolling file log.
|
class |
Log4JLogSystem
Deprecated.
Use Log4JLogChute instead.
|
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 |
ServletLogChute
Simple wrapper for the servlet log.
|
class |
SystemLogChute
Logger used when no other is configured.
|
Modifier and Type | Method and Description |
---|---|
protected LogChute |
Log.getLogChute()
Returns the LogChute wrapped by this Log instance.
|
protected LogChute |
RuntimeLoggerLog.getLogChute()
Deprecated.
|
protected LogChute |
LogDisplayWrapper.getLogChute()
make sure that we always use the right LogChute Object
|
Modifier and Type | Method and Description |
---|---|
protected void |
Log.setLogChute(LogChute chute)
Updates the LogChute wrapped by this Log instance.
|
protected void |
RuntimeLoggerLog.setLogChute(LogChute newLogChute)
Deprecated.
|
Constructor and Description |
---|
Log(LogChute chute)
Creates a new Log that wraps the specified LogChute.
|
Copyright © 2000–2017. All rights reserved.