Is debug logging currently enabled? Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than debug. @return true if debug level logging is enabled, otherwise false
()
| 61 | * @return <code>true</code> if debug level logging is enabled, otherwise <code>false</code> |
| 62 | */ |
| 63 | boolean isDebugEnabled(); |
| 64 | |
| 65 | |
| 66 | /** |
no outgoing calls