Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Serilog
Formatting
Raw
RawFormatter
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