### Description We should enhance the performance by checking `isDebugEnabled()` before calling `debug(...)` methods to avoid unnecessary executions.
Description
We should enhance the performance by checking
isDebugEnabled()before callingdebug(...)methods to avoid unnecessary executions.