com.croftsoft.core.util.log
Class ServletContextLog

java.lang.Object
  extended by 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

Constructor Summary
ServletContextLog(Servlet servlet)
           
ServletContextLog(ServletContext servletContext)
           
 
Method Summary
 void record(String message)
           
 void record(String message, Throwable throwable)
           
 void record(Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextLog

public ServletContextLog(ServletContext servletContext)

ServletContextLog

public ServletContextLog(Servlet servlet)
Method Detail

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 Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)