serilog-settings-comparison
serilog-settings-comparison copied to clipboard
Comparison and examples of support for the different Serilog settings providers
Results
2
serilog-settings-comparison issues
Sort by
recently updated
recently updated
newest added
Does AuditTo support the idea of a sub logger? C# seems to allow it but not json configuration. What is the difference in functionality between the following code? ```cs //Json...
I'm trying to translate the following to config: ```csharp new JsonFormatter(renderMessage: true) ``` I came across this repo, and I imagine I can figure out how to do this, but...