void RenderEventData(LogEvent logEvent, TextWriter outputStream) { _jsonFormatter.Format(logEvent, outputStream); }