serilog-formatting-compact
serilog-formatting-compact copied to clipboard
Compact JSON event format for Serilog
Please see with `Hide whitespaces` option enabled.
@nblumhardt I can do that if OK.
Message template rendering is culture-specific; the constructors for the included formatter types should accept an optional `IFormatProvider` (likely through an overload) so that consumers can opt into the locale of...
I have this use case: - There are multiple variables I want to included in logging - For most of them, they are strings or numbers, so that I am...