private void AppendInternal(LoggingEvent loggingEvent) { // Add the formatted logging message to the asynchronous strategy. _asyncStrategy.AddItem(_asyncLayout.Format(loggingEvent)); }