Closed nojaf closed 9 months ago
From the trenches:
logger.LogDebug("Blah {s_thing:l} foo {s_other_thing:l}", someString, someOtherString)
See https://github.com/serilog/serilog/wiki/Formatting-Output
Colons are allowed in this case.
Can you check this please @dawedawe?
There's a chance there's no correct validation possible here and we should just detect grouped braces.
From the trenches:
See https://github.com/serilog/serilog/wiki/Formatting-Output
Colons are allowed in this case.
Can you check this please @dawedawe?