Description
In the formatTo(StringBuilder) message, we should unbox the boxed primitives and append the primitive value to the StringBuilder to avoid allocating additional temporary objects.
Attachments
Issue Links
- is related to
-
LOG4J2-1415 Avoid calling toString() on auto-boxed primitive message parameters
- Closed