org.jcoderz.commons.logging
Class LogFilterBase
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogFilterBase
public LogFilterBase()
getLoggable
protected Loggable getLoggable(LogRecord record)
Copyright 2007 The jCoderZ Project.