org.apache.velocity.tools.view.servlet
Class ServletLogger
java.lang.Object
org.apache.velocity.tools.view.ServletLogChute
org.apache.velocity.tools.view.servlet.ServletLogger
- All Implemented Interfaces:
- org.apache.velocity.runtime.log.LogChute, org.apache.velocity.runtime.log.LogSystem
Deprecated. Use ServletLogChute instead
@Deprecated
public class ServletLogger
- extends ServletLogChute
- implements org.apache.velocity.runtime.log.LogSystem
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.
- Version:
- $Revision: 651470 $ $Date: 2007-02-26 11:24:39 -0800 (Mon, 26 Feb 2007) $
- Author:
- Geir Magnusson Jr.
| 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 |
|
Method Summary |
void |
init(org.apache.velocity.runtime.RuntimeServices rs)
Deprecated. init() |
void |
logVelocityMessage(int level,
java.lang.String message)
Deprecated. Send a log message from Velocity. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletLogger
public ServletLogger()
- Deprecated.
init
public void init(org.apache.velocity.runtime.RuntimeServices rs)
throws java.lang.Exception
- Deprecated.
- Description copied from class:
ServletLogChute
- init()
- Specified by:
init in interface org.apache.velocity.runtime.log.LogChute- Specified by:
init in interface org.apache.velocity.runtime.log.LogSystem- Overrides:
init in class ServletLogChute
- Throws:
java.lang.Exception
logVelocityMessage
public void logVelocityMessage(int level,
java.lang.String message)
- Deprecated.
- Send a log message from Velocity.
- Specified by:
logVelocityMessage in interface org.apache.velocity.runtime.log.LogSystem
Copyright (c) 2003-2007 Apache Software Foundation