datalust / seq-extensions-logging

Add centralized log collection to ASP.NET Core apps with one line of code.
https://datalust.co/seq
Apache License 2.0
84 stars 12 forks source link

Resolves #25 - support the Seq provider configuration section #32

Closed nblumhardt closed 4 years ago

nblumhardt commented 4 years ago

This adds support for "ServerUrl" and "ApiKey" in the "Logging"/"Seq" configuration section.

Strips out all of the conditional compilation required to support older framework versions, now targets 4.6.2+ and .NET Standard 2.0, updates our MEL dependency to 2.1. The codebase has begun suffering some fragility because of the multi-targeting, making this change should pave the way to more cleanup in the future.

I think it's worth letting this bake on dev for a while.

nblumhardt commented 4 years ago

Also - needs squashing :-)