Search Results for

    Show / Hide Table of Contents

    Class WarningFilter

    Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

    Inheritance
    object
    EventFilterBase
    WarningFilter
    Implements
    IEventFilter
    Inherited Members
    EventFilterBase.EventMatched
    EventFilterBase.Apply(LogEvent)
    EventFilterBase.OnEventMatched(LogEvent)
    EventFilterBase.InternalDoMatch(string, object)
    EventFilterBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.TestKit.Internal
    Assembly: Akka.TestKit.dll
    Syntax
    public class WarningFilter : EventFilterBase, IEventFilter

    Constructors

    | Edit this page View Source

    WarningFilter(IStringMatcher, IStringMatcher)

    TBD

    Declaration
    public WarningFilter(IStringMatcher messageMatcher = null, IStringMatcher sourceMatcher = null)
    Parameters
    Type Name Description
    IStringMatcher messageMatcher

    TBD

    IStringMatcher sourceMatcher

    TBD

    Properties

    | Edit this page View Source

    FilterDescriptiveName

    TBD

    Declaration
    protected override string FilterDescriptiveName { get; }
    Property Value
    Type Description
    string
    Overrides
    EventFilterBase.FilterDescriptiveName

    Methods

    | Edit this page View Source

    IsMatch(LogEvent)

    TBD

    Declaration
    protected override bool IsMatch(LogEvent evt)
    Parameters
    Type Name Description
    LogEvent evt

    TBD

    Returns
    Type Description
    bool

    TBD

    Overrides
    EventFilterBase.IsMatch(LogEvent)

    Implements

    IEventFilter

    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