helix
helix copied to clipboard
Unnecessary calls to `String.format` in `LogUtil`
It isn't necessary to call String.format
when using Log4j - it has more efficient means of performing string interpolation.
This leads to unnecessary overhead.
Thanks for sharing findings!