Logging

Injecting ILogger like all the cool ASP.NET Core kids

Just about every service class used in our ASP.NET Classic sites need a logger. The Nlog way to do that is to put this in your class

Read more...