I looked at the Common.Logging Nuget Package and the latest version supports .NET Core 1. I am currently using .NET Core 3. Hence I am looking for recommendations, whether it is still a good idea to use Common.Logging NuGet package, or is there any other alternate I should explore.
I am writing a NuGet package and one of the requirement is that it can take any logging object, mostly Log4Net or NLog object and log everything according to their configurations, which would be passed in from the parent project.