chriseldredge / Lucene.Net.Linq

LINQ provider to run native queries on a Lucene.Net index
Other
151 stars 66 forks source link

Changed to use LibLog instead of Common.Logging #100

Closed mcintyre321 closed 6 years ago

mcintyre321 commented 8 years ago

I changed the code to use LibLog instead of Common.Logging, as the Common.Logging dependency often has version conflicts with other Nuget packages these days.

https://nblumhardt.com/2016/04/which-logging-abstraction-should-i-use/