File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Serilog.Sinks.UDP/Sinks/Splunk Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
namespace Serilog . Sinks . Splunk
28
28
{
29
29
/// <summary>
30
- /// A sink that logs to Splunk over Udp
30
+ /// A sink that logs to Splunk over UDP
31
31
/// </summary>
32
32
public class UdpSink : ILogEventSink , IDisposable
33
33
{
34
34
Socket _socket ;
35
35
readonly ITextFormatter _formatter ;
36
36
37
37
/// <summary>
38
- /// Creates an instance of the Splunk TCP Sink.
38
+ /// Creates an instance of the Splunk UDP Sink.
39
39
/// </summary>
40
40
/// <param name="connectionInfo">Connection info used for connecting against Splunk.</param>
41
41
/// <param name="formatProvider">Optional format provider</param>
@@ -50,7 +50,7 @@ public UdpSink(
50
50
}
51
51
52
52
/// <summary>
53
- /// Creates an instance of the Splunk TCP Sink.
53
+ /// Creates an instance of the Splunk UDP Sink.
54
54
/// </summary>
55
55
/// <param name="connectionInfo">Connection info used for connecting against Splunk.</param>
56
56
/// <param name="formatter">Custom formatter to use if you e.g. do not want to use the JsonFormatter.</param>
You can’t perform that action at this time.
0 commit comments