serilog-settings-appsettings icon indicating copy to clipboard operation
serilog-settings-appsettings copied to clipboard

An <appSettings> configuration reader for Serilog

Results 14 serilog-settings-appsettings issues
Sort by recently updated
recently updated
newest added

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

documentation

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

wontfix