ravendb / serilog-sinks-ravendb

A Serilog sink that writes events to RavenDB
Apache License 2.0
17 stars 16 forks source link

Add extension method & ctor to ease configuration through external config files #4

Closed manu-vilachan closed 7 years ago

manu-vilachan commented 7 years ago

In order to ease sink configuration through external config files, an extension method and a constructor are added with simple data types, available to fill in in the config.

nblumhardt commented 7 years ago

Looks great, thanks!