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 2727namespace Serilog . Sinks . Splunk
2828{
2929 /// <summary>
30- /// A sink that logs to Splunk over Udp
30+ /// A sink that logs to Splunk over UDP
3131 /// </summary>
3232 public class UdpSink : ILogEventSink , IDisposable
3333 {
3434 Socket _socket ;
3535 readonly ITextFormatter _formatter ;
3636
3737 /// <summary>
38- /// Creates an instance of the Splunk TCP Sink.
38+ /// Creates an instance of the Splunk UDP Sink.
3939 /// </summary>
4040 /// <param name="connectionInfo">Connection info used for connecting against Splunk.</param>
4141 /// <param name="formatProvider">Optional format provider</param>
@@ -50,7 +50,7 @@ public UdpSink(
5050 }
5151
5252 /// <summary>
53- /// Creates an instance of the Splunk TCP Sink.
53+ /// Creates an instance of the Splunk UDP Sink.
5454 /// </summary>
5555 /// <param name="connectionInfo">Connection info used for connecting against Splunk.</param>
5656 /// <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