Interface IFilterRule
Used to determine if we should or should not include a particular message / event type in our trace.
Namespace: Phobos.Actor.Configuration
Assembly: Phobos.Actor.dll
Syntax
public interface IFilterRule
Methods
Include(Object, Boolean)
Declaration
FilterDecision Include(object msg, bool alreadyInTrace)
Parameters
Type | Name | Description |
---|---|---|
System.Object | msg | |
System.Boolean | alreadyInTrace |
Returns
Type | Description |
---|---|
FilterDecision |