Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 942 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 942 Bytes

SharpSettings

A implementation of SharpSettings that stores and retrieves settings from a MongoDB database.

dev master
Build and Test Build and Test

See SharpSetting for general usage instructions.

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.