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

Question about name #125

Closed GioviQ closed 2 years ago

GioviQ commented 2 years ago

The first time I see this library I discarded because I thought it had some web dependency, now I know it has no web dependency and it can be used in any .Net core project.

So It should be better to remove AspNetCore from name, isn't it?

huorswords commented 2 years ago

Hi @GioviQ.

Thanks by your question.

It is already answered here: https://github.com/huorswords/Microsoft.Extensions.Logging.Log4Net.AspNetCore/issues/108#issuecomment-854649146

GioviQ commented 2 years ago

Anyway this readme incipit "Allows to configure Log4net as Microsoft Extensions Logging handler on any ASP.NET Core application." is misleading, because it suggests ASP.NET dependency

huorswords commented 2 years ago

True. It will be changed soon. 😊

Thank you by your feedback!