ndrwrbgs / OpenTracing-System.Diagnostics

Bridge between C# `System.Diagnostics` tracing and `OpenTracing`
MIT License
0 stars 1 forks source link

Add a TraceListener to catch Trace.WriteLine/Trace.WriteInformation style calls... #1

Closed ndrwrbgs closed 6 years ago

ndrwrbgs commented 6 years ago

Add a TraceListener to catch Trace.WriteLine/Trace.WriteInformation style calls and pipe them to ITracer.Log

ndrwrbgs commented 6 years ago

Fixed today.