org.jcoderz.commons.logging
Class MessageIdFilter

java.lang.Object
  extended by org.jcoderz.commons.logging.LogFilterBase
      extended by org.jcoderz.commons.logging.MessageIdFilter
All Implemented Interfaces:
Filter

public final class MessageIdFilter
extends LogFilterBase

This class implements the default filter for filering the messages, which are to put onto the jms queue.

See Also:
JmsHandler

Constructor Summary
MessageIdFilter()
          Creates and configures a new isntance of this.
 
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

MessageIdFilter

public MessageIdFilter()
Creates and configures a new isntance of this.

Method Detail

isLoggable

public boolean isLoggable(LogRecord record)



Copyright 2007 The jCoderZ Project.