Search Results for

    Show / Hide Table of Contents

    Class NoFilter

    Default implementation of ITraceFilter that includes all messages in the trace.

    Inheritance
    System.Object
    NoFilter
    Implements
    ITraceFilter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Phobos.Actor.Configuration
    Assembly: Phobos.Actor.dll
    Syntax
    public sealed class NoFilter : ITraceFilter
    Remarks

    This is the default behavior of Phobos when no ITraceFilter is provided.

    Fields

    Instance

    Declaration
    public static readonly NoFilter Instance
    Field Value
    Type Description
    NoFilter

    Methods

    ShouldTraceMessage(Object, Boolean)

    Declaration
    public bool ShouldTraceMessage(object message, bool alreadyInTrace)
    Parameters
    Type Name Description
    System.Object message
    System.Boolean alreadyInTrace
    Returns
    Type Description
    System.Boolean

    Implements

    ITraceFilter
    In This Article
    Back to top Generated by DocFX