org.jcoderz.commons.logging
Class LogFilterBase

java.lang.Object
  extended by org.jcoderz.commons.logging.LogFilterBase
All Implemented Interfaces:
Filter
Direct Known Subclasses:
LogLevelFilter, MessageIdFilter

public abstract class LogFilterBase
extends Object
implements Filter

Base class for filters that filter on commons loggables.

Author:
Albrecht Messner

Constructor Summary
LogFilterBase()
           
 
Method Summary
protected  Loggable getLoggable(LogRecord record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.logging.Filter
isLoggable
 

Constructor Detail

LogFilterBase

public LogFilterBase()
Method Detail

getLoggable

protected Loggable getLoggable(LogRecord record)


Copyright 2007 The jCoderZ Project.