コード例 #1
0
 private void AppendInternal(LoggingEvent loggingEvent)
 {
     // Add the formatted logging message to the asynchronous strategy.
     _asyncStrategy.AddItem(_asyncLayout.Format(loggingEvent));
 }