aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Logging/NullLogger.cs
Commit message (Collapse)AuthorAge
* Add a NullLogger in the C# implementationGravatar Jon Skeet2016-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?