Is trace logging currently enabled? Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than trace. @return true if trace level logging is enabled, otherwise false
()
| 117 | * @return <code>true</code> if trace level logging is enabled, otherwise <code>false</code> |
| 118 | */ |
| 119 | boolean isTraceEnabled(); |
| 120 | |
| 121 | |
| 122 | /** |
no outgoing calls
no test coverage detected