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
86 stars 13 forks source link

Don't apply level filtering when running under .NET Core 2.0 #23

Closed nblumhardt closed 7 years ago

nblumhardt commented 7 years ago

A shot at #22. Adds the "Seq" provider alias.

Breaks ILoggingBuilder.AddSeq() by removing level configuration.

cilerler commented 7 years ago

Do you think you may push this today or will you wait for a day or two? (I have to say this, you are the fastest developer I ever know, very impressive)

nblumhardt commented 7 years ago

@cilerler it should be in a 4.0.0-dev package in a few minutes, thanks for the nudge :-)

I'm not 100% confident it's the right approach, so if you spot issues with the dev package please let me know. I've updated the README to reflect the latest changes, too.