This PR proposes improved exception extraction during message formatting.
It simplifies whole process and improves performance (avoids unnecessary construction of NormalizedParameters, avoids copying/truncating argsArray).
Still some work to be done - logger implementations can now be simplified in many cases.
Related issue
This PR proposes improved exception extraction during message formatting. It simplifies whole process and improves performance (avoids unnecessary construction of NormalizedParameters, avoids copying/truncating argsArray).
Still some work to be done - logger implementations can now be simplified in many cases.