|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.tools.view.ServletLogChute
org.apache.velocity.tools.view.servlet.ServletLogger
ServletLogChute
instead
@Deprecated public class ServletLogger
This is basically an empty subclass of ServletLogChute
that exists
merely for backwards compatibility with VelocityTools 1.x. Please
use ServletLogChute
directly, as this will likely be removed
in VelocityTools 2.1, if not earlier.
Field Summary |
---|
Fields inherited from class org.apache.velocity.tools.view.ServletLogChute |
---|
PREFIX, RUNTIME_LOG_LEVEL_KEY, servletContext |
Fields inherited from interface org.apache.velocity.runtime.log.LogSystem |
---|
DEBUG_ID, DEBUG_ON, ERROR_ID, INFO_ID, WARN_ID |
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 | |
---|---|
ServletLogger()
Deprecated. |
Method Summary | |
---|---|
void |
logVelocityMessage(int level,
java.lang.String message)
Deprecated. Send a log message from Velocity. |
Methods inherited from class org.apache.velocity.tools.view.ServletLogChute |
---|
getEnabledLevel, init, isLevelEnabled, log, log, setEnabledLevel, toLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.velocity.runtime.log.LogSystem |
---|
init |
Constructor Detail |
---|
public ServletLogger()
Method Detail |
---|
public void logVelocityMessage(int level, java.lang.String message)
logVelocityMessage
in interface org.apache.velocity.runtime.log.LogSystem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |