Show / Hide Table of Contents

    Class DiagnosticsServiceEventsProxyBuilderExtensions

    EventsProxyBuilder extensions.

    Inheritance
    System.Object
    DiagnosticsServiceEventsProxyBuilderExtensions
    Namespace: Copper.Service
    Assembly: Copper.Diagnostics.Service.dll
    Syntax
    public static class DiagnosticsServiceEventsProxyBuilderExtensions

    Methods

    View Source

    AddCopperEnrichedApplicationInsightsLogging(EventsProxyBuilder)

    Adds Copper-enriched Application Insights logging to the events proxy.

    Declaration
    public static EventsProxyBuilder AddCopperEnrichedApplicationInsightsLogging(this EventsProxyBuilder eventsProxyBuilder)
    Parameters
    Type Name Description
    EventsProxyBuilder eventsProxyBuilder

    The events proxy builder.

    Returns
    Type Description
    EventsProxyBuilder
    View Source

    AppendDiagnosticsInterceptors(EventsProxyBuilder)

    Appends diagnostics interceptors to the events proxy.

    Declaration
    public static EventsProxyBuilder AppendDiagnosticsInterceptors(this EventsProxyBuilder eventsProxyBuilder)
    Parameters
    Type Name Description
    EventsProxyBuilder eventsProxyBuilder

    The events proxy builder.

    Returns
    Type Description
    EventsProxyBuilder
    • View Source
    Back to top Generated by DocFX