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, bool)
Declaration
FilterDecision Include(object msg, bool alreadyInTrace)
Parameters
| Type | Name | Description |
|---|---|---|
| object | msg | |
| bool | alreadyInTrace |
Returns
| Type | Description |
|---|---|
| FilterDecision |