Skip to content

Commit cbb5360

Browse files
authored
Added missing XDOC comment
1 parent 1778c3e commit cbb5360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Serilog.Sinks.Splunk/Sinks/Splunk/SplunkJsonFormatter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public SplunkJsonFormatter(
4949
_formatProvider = formatProvider;
5050
}
5151

52+
/// <inheritdoc/>
5253
public void Format(LogEvent logEvent, TextWriter output)
5354
{
5455
if (logEvent == null) throw new ArgumentNullException(nameof(logEvent));

0 commit comments

Comments
 (0)