Add a NullLogger in the C# implementation
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?
src/csharp/Grpc.Core/Logging/NullLogger.cs
0 → 100644
Please register or sign in to comment