serilog-settings-appsettings
serilog-settings-appsettings copied to clipboard
An <appSettings> configuration reader for Serilog
May I check if the this package (for use with bufferBaseFilename eg) supports relative paths? When configured in the app.config such as: ``` ``` Seq writes on this system to...
Tracked in https://github.com/serilog/serilog/issues/1224
Once #20 is implemented in the core repo, remember to update the documentation here ! See : - serilog/serilog#1172 - serilog/serilog#1177 - serilog/serilog#1178
When using the `AppSettings(prefix)` overload, Serilog neither fails nor complains in the `SelfLog` about not finding any appSettings with that prefix. ## How to reproduce Create a project with no...