C# Class AccidentalFish.ApplicationSupport.Logging.Serilog.FullyQualifiedNameEnricher

Inheritance: ILogEventEnricher
Afficher le fichier Open project: JamesRandall/AccidentalFish.ApplicationSupport

Méthodes publiques

Méthode Description
Enrich ( LogEvent logEvent, ILogEventPropertyFactory propertyFactory ) : void
FullyQualifiedNameEnricher ( IFullyQualifiedName source ) : AccidentalFish.ApplicationSupport.Core.Naming
FullyQualifiedNameEnricher ( IFullyQualifiedName source, string propertyName ) : AccidentalFish.ApplicationSupport.Core.Naming

Method Details

Enrich() public méthode

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

FullyQualifiedNameEnricher() public méthode

public FullyQualifiedNameEnricher ( IFullyQualifiedName source ) : AccidentalFish.ApplicationSupport.Core.Naming
source IFullyQualifiedName
Résultat AccidentalFish.ApplicationSupport.Core.Naming

FullyQualifiedNameEnricher() public méthode

public FullyQualifiedNameEnricher ( IFullyQualifiedName source, string propertyName ) : AccidentalFish.ApplicationSupport.Core.Naming
source IFullyQualifiedName
propertyName string
Résultat AccidentalFish.ApplicationSupport.Core.Naming