15fa45a84b
Motivation: In general, we will close the debug log in a product environment. However, logging without external level check may still affect performance as varargs will need to allocate an array. Modification: Add log level check simply before logging. Result: Improve performance slightly in a product environment. |
||
---|---|---|
.. | ||
src | ||
pom.xml |