Serilog.Sinks.Network
Serilog.Sinks.Network copied to clipboard
Sink gives surprising output, possible corruption
TCPSink/UDPSink perform a string replacement on opaque data: the formatter output.
Users expecting the same output from the their formatter on this sink will be surprised when the output keys are not as expected. Additionally, if the string RenderedMessage appears anywhere in the output it will be modified, effectively corrupting the output.