A implementation of SharpSettings that stores and retrieves settings from a MongoDB database.
| dev | master |
|---|---|
See SharpSetting for general usage instructions.
WIP
To be as flexible as possible and not requiring a particular logging framework, a shim must be implemented that implements the ISharpSettingsLogger interface. It follows similar patterns to Serilog.ILogger but is easily adapted to Microsoft.Extensions.Logging as well.