Search Results for

    Show / Hide Table of Contents

    Class LogFilterEvaluator

    Runs inside the logging actor and evaluates if a log message should be kept.

    Inheritance
    object
    LogFilterEvaluator
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Event
    Assembly: Akka.dll
    Syntax
    public class LogFilterEvaluator

    Constructors

    | Edit this page View Source

    LogFilterEvaluator(LogFilterBase[])

    Declaration
    public LogFilterEvaluator(LogFilterBase[] filters)
    Parameters
    Type Name Description
    LogFilterBase[] filters

    Fields

    | Edit this page View Source

    NoFilters

    Declaration
    public static readonly LogFilterEvaluator NoFilters
    Field Value
    Type Description
    LogFilterEvaluator

    Properties

    | Edit this page View Source

    EvaluatesLogSourcesOnly

    "Fast path" indicator - if this is true, we only evaluate log sources and not the message content.

    Declaration
    public bool EvaluatesLogSourcesOnly { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    ShouldTryKeepMessage(LogEvent, out string)

    Declaration
    public virtual bool ShouldTryKeepMessage(LogEvent evt, out string expandedLogMessage)
    Parameters
    Type Name Description
    LogEvent evt
    string expandedLogMessage
    Returns
    Type Description
    bool

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET