Closed ChaseFlorell closed 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.
FireAndForget
I like this, but how would build it? @ChaseFlorell @dylanberry ?
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.