EnrichmentServiceCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.