Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a NullLogger in the C# implementation | Jon Skeet | 2016-02-17 |
I'd argue that at this stage, this should probably be the default. Further options to consider: - Make it a singleton, or at least expose a static property with a single instance? - Allow SetLogger(null) to use the NullLogger? |