org.jcoderz.commons.logging
Class LogLevelFilter

java.lang.Object
  extended by org.jcoderz.commons.logging.LogFilterBase
      extended by 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.
 
Method Summary
 boolean isLoggable(LogRecord record)
          
 
Methods inherited from class org.jcoderz.commons.logging.LogFilterBase
getLoggable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

Method Detail

isLoggable

public boolean isLoggable(LogRecord record)



Copyright 2007 The jCoderZ Project.