opentracing-contrib / meta

A meta-repository for OpenTracing contributions
Apache License 2.0
35 stars 16 forks source link

Repository for csharp-logging #51

Closed Falco20019 closed 5 years ago

Falco20019 commented 5 years ago

I'm one of the maintainers of jaegertracing/jaeger-client-csharp and opentracing-contrib/csharp-grpc. I would like to add the code base using Microsoft.Extensions.Logging to the opentracing-contrib project.

We have this functionality in a non-flexible way already in opentracing-contrib/csharp-netcore which I would create a PR for to unify the usage. The idea is, to have Microsoft.Extensions.Logging support for any .NET Core framework, without having to use the full opentracing-contrib/csharp-netcore or even dependency injection. So splitting it would be the best way in my opinion.

/CC @yurishkuro

yurishkuro commented 5 years ago

Created https://github.com/opentracing-contrib/csharp-logging