Search Results for

    Show / Hide Table of Contents

    Interface IMaterializerLoggingProvider

    SPI intended only to be extended by custom IMaterializer implementations, that also want to provide stages they materialize with specialized ILoggingAdapter instances.

    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public interface IMaterializerLoggingProvider

    Methods

    | Edit this page View Source

    MakeLogger(object)

    Creates a new logging adapter.

    Declaration
    ILoggingAdapter MakeLogger(object logSource)
    Parameters
    Type Name Description
    object logSource

    The source that produces the log events.

    Returns
    Type Description
    ILoggingAdapter

    The newly created logging adapter.

    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