Skip to content

Commit d6a5d9b

Browse files
committed
Formatter class was/should remain public.
1 parent 590d961 commit d6a5d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Serilog.Sinks.Splunk
2424
/// <summary>
2525
/// Renders log events into a default JSON format for consumption by Splunk.
2626
/// </summary>
27-
class SplunkJsonFormatter : ITextFormatter
27+
public class SplunkJsonFormatter : ITextFormatter
2828
{
2929
static readonly JsonValueFormatter ValueFormatter = new JsonValueFormatter();
3030

0 commit comments

Comments
 (0)