Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
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
ファイルを表示
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