orientechnologies / OrientDB.Net.Core

Experimental Modular OrientDB .Net Core Driver.
16 stars 8 forks source link

Why custom logging? #4

Closed DavidParks8 closed 7 years ago

DavidParks8 commented 7 years ago

Why do you have a custom logging implementation instead of the official microsoft logging package? Microsoft.Extensions.Logging.Abstractions

realityenigma commented 7 years ago

That's not a bad idea, I will take a look at the package. I had originally used a basic interface so that anyone could create a wrapper around their favorite logging library. That you for reminding me of this package!