C# Class Serilog.Formatting.Raw.RawFormatter

Formats log events as a raw dump of the message template and properties.
Inheritance: ITextFormatter
Exibir arquivo Open project: serilog/serilog

Public Methods

Method Description
Format ( LogEvent logEvent, TextWriter output ) : void

Format the log event into the output.

Method Details

Format() public method

Format the log event into the output.
public Format ( LogEvent logEvent, TextWriter output ) : void
logEvent Serilog.Events.LogEvent The event to format.
output System.IO.TextWriter The output.
return void