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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.