Relative Content

Tag Archive for serilog

Indented JSON in console output

when using a format string like "Hello Worldn{@environment}" and e.g. passing an anonymous object like new { A = "a", B = 1 }, the standard output is as follows:

Serilog: Indented JSON in console output

when using a format string like "Hello Worldn{@environment}" and e.g. passing an anonymous object like new { A = "a", B = 1 }, the standard output is as follows: