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:
- LogChute, LogSystem
Deprecated. Use ServletLogChute
instead
@Deprecated
public class ServletLogger
- extends ServletLogChute
- implements 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.
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(RuntimeServices rs)
throws Exception
- Deprecated.
- Description copied from class:
ServletLogChute
- init()
- Specified by:
init
in interface LogChute
- Specified by:
init
in interface LogSystem
- Overrides:
init
in class ServletLogChute
- Throws:
Exception
logVelocityMessage
public void logVelocityMessage(int level,
String message)
- Deprecated.
- Send a log message from Velocity.
- Specified by:
logVelocityMessage
in interface LogSystem
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.