8 ms·
The idea in Java is to let the JIT optimise away the logging code. This is more flexible as it still allows runtime configuration of the logging level. The OP
by jeeeb 9mo ago
The idea in Java is to let the JIT optimise away the logging code.
This is more flexible as it still allows runtime configuration of the logging level.
The OP is simply pointing that some programmers are incompetent and call the trace function incorrectly.