cz.cuni.amis.nb.pogamut.base.logging
Interface LogRecordsSource.Filter<T>

Package class diagram package LogRecordsSource.Filter
All Known Implementing Classes:
LogProxy.FilterLog, LogRecordsSource.RegexpFilter
Enclosing class:
LogRecordsSource<T>

public static interface LogRecordsSource.Filter<T>

Interface for filtering messages.


Method Summary
 boolean filter(T t)
          Decide if given object (usually parameter of log record) will pass through this filter.
 

Method Detail

filter

boolean filter(T t)
Decide if given object (usually parameter of log record) will pass through this filter.

Parameters:
t - object to be filtered.
Returns:
true if object was accepted.


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.