This is an extensions of SharpSettings.MongoDB. This provider adds the ability to hook into the ASP.NET Core settings provider to pull settings from a MongoDB data store.
dev | master |
---|---|
See SharpSettings for more general usage.
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.