C# Class Serilog.Formatting.Raw.RawFormatter

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

Méthodes publiques

Méthode Description
Format ( LogEvent logEvent, TextWriter output ) : void

Format the log event into the output.

Method Details

Format() public méthode

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.
Résultat void