EnrichmentServiceCollectionExtensions クラス

定義

テレメトリ エンリッチャーを依存関係挿入コンテナーに登録できます。

public ref class EnrichmentServiceCollectionExtensions abstract sealed
public static class EnrichmentServiceCollectionExtensions
type EnrichmentServiceCollectionExtensions = class
Public Module EnrichmentServiceCollectionExtensions
継承
EnrichmentServiceCollectionExtensions

メソッド

AddLogEnricher(IServiceCollection, ILogEnricher)

ログ エンリッチャー インスタンスを登録します。

AddLogEnricher<T>(IServiceCollection)

ログ エンリッチャーの種類を登録します。

AddStaticLogEnricher(IServiceCollection, IStaticLogEnricher)

静的ログ エンリッチャー インスタンスを登録します。

AddStaticLogEnricher<T>(IServiceCollection)

静的ログ エンリッチャーの種類を登録します。

適用対象