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 is enabled in the underlying logger.
()
| 95 | * @return true if info is enabled in the underlying logger. |
| 96 | */ |
| 97 | boolean isInfoEnabled(); |
| 98 | |
| 99 | /** |
| 100 | * Logs a message with info log level. |
no outgoing calls