com.croftsoft.core.util.log
Class ServletContextLog
java.lang.Object
com.croftsoft.core.util.log.ServletContextLog
- All Implemented Interfaces:
- Log
public final class ServletContextLog
- extends Object
- implements Log
Delegates logging to a ServletContext.
- Version:
- 2001-02-27
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletContextLog
public ServletContextLog(ServletContext servletContext)
ServletContextLog
public ServletContextLog(Servlet servlet)
record
public void record(String message)
- Specified by:
record
in interface Log
record
public void record(Throwable throwable)
- Specified by:
record
in interface Log
record
public void record(String message,
Throwable throwable)
- Specified by:
record
in interface Log
CroftSoft Core Javadoc (2008-09-28 20:58:02)