Class DiagnosticsServiceEventsProxyBuilderExtensions
EventsProxyBuilder extensions.
Inheritance
System.Object
DiagnosticsServiceEventsProxyBuilderExtensions
Namespace: Copper.Service
Assembly: Copper.Diagnostics.Service.dll
Syntax
public static class DiagnosticsServiceEventsProxyBuilderExtensions
Methods
View SourceAddCopperEnrichedApplicationInsightsLogging(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 |
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 |