BSiLabs / HttpTracer

MIT License
172 stars 13 forks source link

Should the Log methods all be FireAndForget? #8

Closed ChaseFlorell closed 6 years ago

ChaseFlorell commented 6 years ago

Making the log methods async void or some other form of FireAndForget will increase log performance as it's not actually waiting for the deserializing of the string before the result is returned to the caller.

DanielCauser commented 6 years ago

I like this, but how would build it? @ChaseFlorell @dylanberry ?