orientechnologies / OrientDB.Net.Core

Experimental Modular OrientDB .Net Core Driver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why custom logging?

DavidParks8 opened this issue · comments

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

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!