C# Class Serilog.Tests.Support.DelegatingEnricher

Inheritance: ILogEventEnricher
Afficher le fichier Open project: serilog/serilog

Méthodes publiques

Méthode Description
DelegatingEnricher ( ILogEventPropertyFactory>.Action enrich ) : System
Enrich ( LogEvent logEvent, ILogEventPropertyFactory propertyFactory ) : void

Method Details

DelegatingEnricher() public méthode

public DelegatingEnricher ( ILogEventPropertyFactory>.Action enrich ) : System
enrich ILogEventPropertyFactory>.Action
Résultat System

Enrich() public méthode

public Enrich ( LogEvent logEvent, ILogEventPropertyFactory propertyFactory ) : void
logEvent Serilog.Events.LogEvent
propertyFactory ILogEventPropertyFactory
Résultat void