Is info logging currently enabled? Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than info. @return true if info level logging is enabled, otherwise false
()
| 103 | * @return <code>true</code> if info level logging is enabled, otherwise <code>false</code> |
| 104 | */ |
| 105 | boolean isInfoEnabled(); |
| 106 | |
| 107 | |
| 108 | /** |
no outgoing calls
no test coverage detected