serilog-formatting-compact icon indicating copy to clipboard operation
serilog-formatting-compact copied to clipboard

Compact JSON event format for Serilog

Results 5 serilog-formatting-compact issues
Sort by recently updated
recently updated
newest added

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...

bug

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...