Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 975 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 975 Bytes

SharpSettings

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

See SharpSettings for more general usage.

Usage

WIP

Logger

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.