aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Logging
Commit message (Collapse)AuthorAge
* address review commentsGravatar Jan Tattermusch2017-08-22
|
* make C# logging & tracing more intuitiveGravatar Jan Tattermusch2017-08-20
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* set default gRPC C# logging level to InfoGravatar Jan Tattermusch2016-06-13
|
* add LogLevel enumGravatar Jan Tattermusch2016-06-13
|
* Add TextWriterLoggerGravatar Jan Tattermusch2016-04-11
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* make timestamp format in C# logs more similar to C coreGravatar Jan Tattermusch2016-03-17
|
* 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