huorswords / Microsoft.Extensions.Logging.Log4Net.AspNetCore

Allows to configure Log4net as Microsoft Extensions Logging handler on any ASP.NET Core application. Original code proposal by @anuraj --> https://dotnetthoughts.net/how-to-use-log4net-with-aspnetcore-for-logging/
Apache License 2.0
249 stars 123 forks source link

Use this package in .net 5 console application #108

Closed Timo-Weike closed 3 years ago

Timo-Weike commented 3 years ago

Is the part AspNetCore in the name only so people can finde it easier or does this package has real dependencies to any AspNetCore-Packages or the runtime?

huorswords commented 3 years ago

Hi @Timo-Weike,

No, the AspNetCore in the name is only because the name without it was taken when I have created it.

The only dependencies are Microsoft.Extensions.Logging and the log4net libraries.