tigase.util
Class LogUserFilter

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

public class LogUserFilter
extends Object
implements Filter

Author:
kobit Created Dec 20, 2011

Constructor Summary
LogUserFilter(tigase.xmpp.BareJID jid, Map<tigase.xmpp.BareJID,XMPPSession> sessionsByNodeId)
           
 
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

LogUserFilter

public LogUserFilter(tigase.xmpp.BareJID jid,
                     Map<tigase.xmpp.BareJID,XMPPSession> sessionsByNodeId)
Method Detail

getId

public String getId()

isLoggable

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


Copyright © 2013 Tigase. All rights reserved.