Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Generated by DocFX