ArieGato / serilog-sinks-rabbitmq

Serilog Sink for RabbitMq
Apache License 2.0
56 stars 52 forks source link

Structured message properties/JSON formatting #2

Closed nblumhardt closed 9 years ago

nblumhardt commented 9 years ago

https://github.com/sonicjolt/serilog-sinks-rabbitmq/blob/master/src/Serilog.Sink.RabbitMq/Sinks/RabbitMq/RabbitMqMessage.cs#L22

Even if JSON formatting is used, this will end up being JSON-string-within-JSON, so not super consumable - in general most sinks choose to either support JSON only or text only. It's not incorrect to pass an ITextFormatter through from the configuration method, but where this is done it's generally the flat output formats like console/file that do it.

madslyng commented 9 years ago

This is actually a dead class, and will be removed.

madslyng commented 9 years ago

Gone.