org.apache.velocity.runtime.log
public class NullLogChute extends Object implements LogChute
DEBUG_ID, DEBUG_PREFIX, ERROR_ID, ERROR_PREFIX, INFO_ID, INFO_PREFIX, TRACE_ID, TRACE_PREFIX, WARN_ID, WARN_PREFIX
Constructor and Description |
---|
NullLogChute() |
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)
logs messages to the great Garbage Collector in the sky
|
void |
log(int level,
String message,
Throwable t)
logs messages and their accompanying Throwables
to the great Garbage Collector in the sky
|
public void init(RuntimeServices rs) throws Exception
LogChute
init
in interface LogChute
Exception
LogChute.init(org.apache.velocity.runtime.RuntimeServices)
public void log(int level, String message)
public void log(int level, String message, Throwable t)
public boolean isLevelEnabled(int level)
LogChute
isLevelEnabled
in interface LogChute
LogChute.isLevelEnabled(int)
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.