jPOS 1.6.1 API Documentation

org.jpos.util
Class ExceptionLogFilter

java.lang.Object
  extended by org.jpos.util.ExceptionLogFilter
All Implemented Interfaces:
java.util.EventListener, LogListener

public class ExceptionLogFilter
extends java.lang.Object
implements LogListener

A specific log listener that filters all LogEvents that doesn't contain any exception.

Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Alejandro Revilla

Constructor Summary
ExceptionLogFilter()
           
 
Method Summary
 LogEvent log(LogEvent evt)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionLogFilter

public ExceptionLogFilter()
Method Detail

log

public LogEvent log(LogEvent evt)
Specified by:
log in interface LogListener

jPOS.org