C# Class Serilog.Core.Enrichers.SafeAggregateEnricher

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

Méthodes publiques

Méthode Description
Enrich ( LogEvent logEvent, ILogEventPropertyFactory propertyFactory ) : void
SafeAggregateEnricher ( IEnumerable enrichers ) : System

Method Details

Enrich() public méthode

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

SafeAggregateEnricher() public méthode

public SafeAggregateEnricher ( IEnumerable enrichers ) : System
enrichers IEnumerable
Résultat System