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

Inheritance: ILogEventSink
Mostrar archivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
DebugLogSink ( MessageTemplateTextFormatter formatter ) : System.Diagnostics
Emit ( LogEvent logEvent ) : void

Method Details

DebugLogSink() public method

public DebugLogSink ( MessageTemplateTextFormatter formatter ) : System.Diagnostics
formatter Serilog.Formatting.Display.MessageTemplateTextFormatter
return System.Diagnostics

Emit() public method

public Emit ( LogEvent logEvent ) : void
logEvent Serilog.Events.LogEvent
return void