|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.velocity.runtime.log.LogChuteSystem
Wrapper to make user's custom LogSystem implementations work with the new LogChute setup.
| Field Summary |
| Fields inherited from interface org.apache.velocity.runtime.log.LogChute |
DEBUG_ID, ERROR_ID, INFO_ID, TRACE_ID, WARN_ID |
| Constructor Summary | |
protected |
LogChuteSystem(LogSystem wrapMe)
Only classes in this package should be creating this. |
| Method Summary | |
void |
init(RuntimeServices rs)
Initializes this LogChute. |
boolean |
isLevelEnabled(int level)
Always returns true. |
void |
log(int level,
String message)
Send a log message from Velocity. |
void |
log(int level,
String message,
Throwable t)
First passes off the message at the specified level, then passes off stack trace of the Throwable as a 2nd message at the same level. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected LogChuteSystem(LogSystem wrapMe)
| Method Detail |
public void init(RuntimeServices rs)
throws Exception
LogChute
init in interface LogChuteException
public void log(int level,
String message)
LogChute
log in interface LogChute
public void log(int level,
String message,
Throwable t)
log in interface LogChutepublic boolean isLevelEnabled(int level)
isLevelEnabled in interface LogChute
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||