SkywardApps / popcorn

Popcorn is a .Net Middleware for your RESTful API that allows your consumers to request exactly as much or as little as they need, with no effort from you.
https://skywardapps.github.io/popcorn/
MIT License
59 stars 19 forks source link

Remove dependency on Serilog #49

Closed undiwahn closed 6 years ago

undiwahn commented 6 years ago

I'm not sure we even actually log to serilog; it's a dependency we don't really need to take on.

Possible Solution

If we are actually logging somewhere, we'd want to migrate to something like LibLog that provides an abstract way for the implementor to designate the logging library.

Expected Behavior

Should not have to install & use serilog to use popcorn.

Actual Behavior

Serilog is brought in as an automatic dependency.