AIR logging framework API
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IFilter
Methods
Package
com.daveoncode.logging.filters
Interface
public interface IFilter
Implementors
AbstractFilterDecorator
,
Filter
Defines a common interface that must be implemented by all the filters.
Public Methods
Method
Defined by
apply
(record:
LogRecord
):Boolean
IFilter
Method detail
apply
()
method
public function apply(record:
LogRecord
):Boolean
Parameters
record
:
LogRecord
—
LogRecord object on which apply the filter
Returns
Boolean
— Boolean
True if LogRecord matches filter criteria, false otherwise