BSiLabs/HttpTracer

Can we access the captured response time for API?

Geetha-Ravindran opened this issue · 1 comments

I am trying to log the response time of each API call to an external tool. Since HttpTracer internally tracks response time using StopWatch, can we access/use this data?

Hey @Geetha-Ravindran, that Stopwatch is internal in the lib. However, if you use the ILog interface, you'll be able to access the string with all the info of all the requests!