コード例 #1
0
 void RenderEventData(LogEvent logEvent, TextWriter outputStream)
 {
     _jsonFormatter.Format(logEvent, outputStream);
 }