C# Class Serilog.Extensions.Hosting.FixedPropertyEnricher

Inheritance: ILogEventEnricher
Afficher le fichier Open project: serilog/serilog-extensions-hosting Class Usage Examples

Méthodes publiques

Méthode Description
Enrich ( LogEvent logEvent, ILogEventPropertyFactory propertyFactory ) : void
FixedPropertyEnricher ( LogEventProperty property ) : Serilog.Core

Method Details

Enrich() public méthode

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

FixedPropertyEnricher() public méthode

public FixedPropertyEnricher ( LogEventProperty property ) : Serilog.Core
property LogEventProperty
Résultat Serilog.Core