org.apache.geronimo.jmxdebug.web.velocity
Class ServletLogger
java.lang.Object
org.apache.geronimo.jmxdebug.web.velocity.ServletLogger
- public class ServletLogger
- extends Object
Simple wrapper for the servlet log.
- Version:
- $Id: ServletLogger.java,v 1.1 2004/02/18 15:33:41 geirm Exp $
Constructor Summary |
ServletLogger(javax.servlet.ServletContext sc)
|
Method Summary |
void |
init(org.apache.velocity.runtime.RuntimeServices rs)
init() |
void |
logVelocityMessage(int level,
String message)
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(javax.servlet.ServletContext sc)
init
public void init(org.apache.velocity.runtime.RuntimeServices rs)
throws Exception
- init()
- Throws:
Exception
logVelocityMessage
public void logVelocityMessage(int level,
String message)
- Send a log message from Velocity.
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.