Community

A generic logger factory facade for classic ASP.NET

(Jürgen Gutsch) ASP.NET Core already has this feature. There is a ILoggerFactory to create a logger. You are able to inject the ILoggerFactory to your component (Controller, Service, etc.) and to create a named logger out of it.