|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.runtime.log.StandardOutLogChute
Logger used when no other is configured.
Field Summary | |
static String |
RUNTIME_LOG_LEVEL_KEY
|
Fields inherited from interface org.apache.velocity.runtime.log.LogChute |
DEBUG_ID, DEBUG_PREFIX, ERROR_ID, ERROR_PREFIX, INFO_ID, INFO_PREFIX, TRACE_ID, TRACE_PREFIX, WARN_ID, WARN_PREFIX |
Constructor Summary | |
StandardOutLogChute()
|
Method Summary | |
int |
getEnabledLevel()
Returns the current minimum level at which messages will be printed. |
protected String |
getPrefix(int level)
|
void |
init(RuntimeServices rs)
Initializes this LogChute. |
boolean |
isLevelEnabled(int level)
This will return true if the specified level is equal to or higher than the level this LogChute is enabled for. |
void |
log(int level,
String message)
Logs messages to either std.out or std.err depending on their severity. |
void |
log(int level,
String message,
Throwable t)
Logs messages to the system console so long as the specified level is equal to or greater than the level this LogChute is enabled for. |
void |
setEnabledLevel(int level)
Set the minimum level at which messages will be printed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String RUNTIME_LOG_LEVEL_KEY
Constructor Detail |
public StandardOutLogChute()
Method Detail |
public void init(RuntimeServices rs) throws Exception
LogChute
init
in interface LogChute
Exception
protected String getPrefix(int level)
public void log(int level, String message)
log
in interface LogChute
level
- severity levelmessage
- complete error messagepublic void log(int level, String message, Throwable t)
log
in interface LogChute
level
- severity levelmessage
- complete error messaget
- the java.lang.Throwablepublic void setEnabledLevel(int level)
public int getEnabledLevel()
public boolean isLevelEnabled(int level)
isLevelEnabled
in interface LogChute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |