How to configure StructureMap to inject a typed logger
Logging is an essential part of every application. Might be dead simple as Console.WriteLine() or a complex third party library but every piece of software needs a way to communicate its status. In my last project I have decided to use the wonderful NLog . One of the good things...
2017, Oct 09 — 3 minute read