Packagecom.daveoncode.logging.filters
Interfacepublic interface IFilter
ImplementorsAbstractFilterDecorator, Filter

Defines a common interface that must be implemented by all the filters.



Public Methods
 MethodDefined by
  
apply(record:LogRecord):Boolean
IFilter
Method detail
apply()method
public function apply(record:LogRecord):Boolean

Parameters
record:LogRecordLogRecord object on which apply the filter

Returns
Boolean — Boolean True if LogRecord matches filter criteria, false otherwise