Is warn logging currently enabled? Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than warn. @return true if warn level logging is enabled, otherwise false
()
| 131 | * @return <code>true</code> if warn level logging is enabled, otherwise <code>false</code> |
| 132 | */ |
| 133 | boolean isWarnEnabled(); |
| 134 | |
| 135 | |
| 136 | // -------------------------------------------------------- Logging Methods |
no outgoing calls
no test coverage detected