On 2016-04-01 14:48, Chetan Mehrotra wrote:
... This would also avoid the call to System.currentTimeMillis() if debug log is not enabled ...
Did you benchmark System.currentTimeMillis() as opposed to checking the log level?
/me took the simple approach here...