C# Class EA.Iws.Api.Infrastructure.DebugLogSink

Inheritance: ILogEventSink
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
DebugLogSink ( MessageTemplateTextFormatter formatter ) : System.Diagnostics
Emit ( LogEvent logEvent ) : void

Method Details

DebugLogSink() public méthode

public DebugLogSink ( MessageTemplateTextFormatter formatter ) : System.Diagnostics
formatter Serilog.Formatting.Display.MessageTemplateTextFormatter
Résultat System.Diagnostics

Emit() public méthode

public Emit ( LogEvent logEvent ) : void
logEvent Serilog.Events.LogEvent
Résultat void