public class LogChuteSystem extends Object implements LogChute
DEBUG_ID, DEBUG_PREFIX, ERROR_ID, ERROR_PREFIX, INFO_ID, INFO_PREFIX, TRACE_ID, TRACE_PREFIX, WARN_ID, WARN_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
LogChuteSystem(LogSystem wrapMe)
Only classes in this package should be creating this.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(RuntimeServices rs)
Initializes this LogChute.
|
boolean |
isLevelEnabled(int level)
Tell whether or not a log level is enabled.
|
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.
|
protected LogChuteSystem(LogSystem wrapMe)
wrapMe - public void init(RuntimeServices rs) throws Exception
LogChuteinit in interface LogChuteExceptionLogChute.init(org.apache.velocity.runtime.RuntimeServices)public void log(int level,
String message)
LogChutelog in interface LogChuteLogChute.log(int, java.lang.String)public void log(int level,
String message,
Throwable t)
public boolean isLevelEnabled(int level)
LogChuteisLevelEnabled in interface LogChuteLogChute.isLevelEnabled(int)Copyright © 2000–2016. All rights reserved.