You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Serilog.Sinks.Splunk/Sinks/Splunk/SplunkJsonFormatter.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ public SplunkJsonFormatter(
86
86
/// <param name="host">The host of the event</param>
87
87
/// <param name="customFields">Object that describes extra splunk fields that should be indexed with event see: http://dev.splunk.com/view/event-collector/SP-CAAAFB6 </param>
88
88
/// <param name="subSecondPrecision">Timestamp sub-second precision. Splunk props.conf setup is required.</param>
89
-
/// <param name="renderMessage">Include "RenderedMessage" parameter from output JSON message.</param>
89
+
/// <param name="renderMessage">Include "RenderedMessage" parameter in output JSON message.</param>
/// Emit a batch of log events, running to completion synchronously.
93
91
/// </summary>
94
-
/// <param name="events">The events to emit.</param>
92
+
/// <param name="batch">The events to emit.</param>
95
93
/// <remarks>
96
94
/// Override either <see cref="M:Serilog.Sinks.PeriodicBatching.PeriodicBatchingSink.EmitBatch(System.Collections.Generic.IEnumerable{Serilog.Events.LogEvent})" />
97
95
/// or <see cref="M:Serilog.Sinks.PeriodicBatching.PeriodicBatchingSink.EmitBatchAsync(System.Collections.Generic.IEnumerable{Serilog.Events.LogEvent})" />,
0 commit comments