org.joseki.logging.java
Class ServletLogHandler

java.lang.Object
  extended byjava.util.logging.Handler
      extended byorg.joseki.logging.java.ServletLogHandler

public class ServletLogHandler
extends java.util.logging.Handler

Route java.util.logging output to the servlet context.log channel.

Version:
$Id: ServletLogHandler.java,v 1.2 2004/04/30 14:13:14 andy_seaborne Exp $
Author:
Andy Seaborne

Method Summary
 void close()
           
 void flush()
           
 void publish(java.util.logging.LogRecord record)
           
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

publish

public void publish(java.util.logging.LogRecord record)

flush

public void flush()

close

public void close()


Copyright © 2002 Hewlett-Packard. All Rights Reserved.