EnrichmentServiceCollectionExtensions Class

Definition

Lets you register telemetry enrichers in a dependency injection container.

public ref class EnrichmentServiceCollectionExtensions abstract sealed
public static class EnrichmentServiceCollectionExtensions
type EnrichmentServiceCollectionExtensions = class
Public Module EnrichmentServiceCollectionExtensions
Inheritance
EnrichmentServiceCollectionExtensions

Methods

AddLogEnricher(IServiceCollection, ILogEnricher)

Registers a log enricher instance.

AddLogEnricher<T>(IServiceCollection)

Registers a log enricher type.

AddStaticLogEnricher(IServiceCollection, IStaticLogEnricher)

Registers a static log enricher instance.

AddStaticLogEnricher<T>(IServiceCollection)

Registers a static log enricher type.

Applies to