aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Logging
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?
* plain log message should not be treated as format stringGravatar Jan Tattermusch2015-09-17
|
* get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
|
* fixing doc commentsGravatar Jan Tattermusch2015-08-10
|
* introduce gRPC loggerGravatar Jan Tattermusch2015-07-24