MCPcopy Create free account
hub / github.com/apache/tomcat / isWarnEnabled

Method isWarnEnabled

java/org/apache/juli/logging/Log.java:133–133  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

131 * @return <code>true</code> if warn level logging is enabled, otherwise <code>false</code>
132 */
133 boolean isWarnEnabled();
134
135
136 // -------------------------------------------------------- Logging Methods

Callers 15

reportFailedQueryMethod · 0.65
reportSlowQueryMethod · 0.65
getQueryStatsMethod · 0.65
invokeMethod · 0.65
getCacheMethod · 0.65
processFileMethod · 0.65
executeMethod · 0.65
processWebDotXmlMethod · 0.65
suspendMethod · 0.65
resumeMethod · 0.65

Implementers 1

DirectJDKLogjava/org/apache/juli/logging/DirectJDK

Calls

no outgoing calls

Tested by

no test coverage detected