Search Results for

    Show / Hide Table of Contents

    Interface IStageLogging

    Simple way to obtain a ILoggingAdapter when used together with an ActorMaterializer. If used with a different materializer NoLogger will be returned.

    Make sure to only access Log from GraphStage callbacks (such as Pull, Push or the async-callback).

    Note, abiding to Attributes.LogLevels has to be done manually, the logger itself is configured based on the logSource provided to it. Also, the Log itself would not know if you're calling it from a "on element" context or not, which is why these decisions have to be handled by the stage itself.

    Namespace: Akka.Streams.Stage
    Assembly: Akka.Streams.dll
    Syntax
    public interface IStageLogging

    Properties

    | Edit this page View Source

    Log

    Declaration
    ILoggingAdapter Log { get; }
    Property Value
    Type Description
    ILoggingAdapter

    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