tigase.util
Class LogFilter

java.lang.Object
  extended by tigase.util.LogFilter
All Implemented Interfaces:
Filter

public class LogFilter
extends Object
implements Filter

Author:
kobit Created Dec 20, 2011

Constructor Summary
LogFilter(String id, String... trackers)
           
 
Method Summary
 String getId()
           
 boolean isLoggable(LogRecord record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFilter

public LogFilter(String id,
                 String... trackers)
Method Detail

getId

public String getId()

isLoggable

public boolean isLoggable(LogRecord record)
Specified by:
isLoggable in interface Filter


Copyright © 2013 Tigase. All rights reserved.