org.jcoderz.commons.logging
Class LogLevelFilter
java.lang.Object
org.jcoderz.commons.logging.LogFilterBase
org.jcoderz.commons.logging.LogLevelFilter
- All Implemented Interfaces:
- Filter
public class LogLevelFilter
- extends LogFilterBase
Log filter that filters on fawkez loggables and on the log level
of the respective record.
- Author:
- Albrecht Messner
|
Constructor Summary |
LogLevelFilter()
Creates a new instance of this and initiates the log level for messages,
which should pass this filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogLevelFilter
public LogLevelFilter()
- Creates a new instance of this and initiates the log level for messages,
which should pass this filter. If an error occurs retrieving the
configured level,
java.util.logging.Level.INFO is set.
isLoggable
public boolean isLoggable(LogRecord record)
-
Copyright 2007 The jCoderZ Project.