helix icon indicating copy to clipboard operation
helix copied to clipboard

Unnecessary calls to `String.format` in `LogUtil`

Open richardstartin opened this issue 2 years ago • 1 comments

It isn't necessary to call String.format when using Log4j - it has more efficient means of performing string interpolation. Screenshot 2022-05-25 at 10 36 54

This leads to unnecessary overhead.

richardstartin avatar May 25 '22 09:05 richardstartin

Thanks for sharing findings!

junkaixue avatar Feb 23 '24 00:02 junkaixue