Given this class:
class Foo { readonly ILog log; public Foo(ILog log) { this.log = log; } ... }
I\'d like to con
This seems like a very clean approach: https://github.com/roblevine/UnityLoggingExtensions