MCPcopy Index your code
hub / github.com/apache/tomcat / isDebugEnabled

Method isDebugEnabled

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

Is debug logging currently enabled? Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than debug. @return true if debug level logging is enabled, otherwise false

()

Source from the content-addressed store, hash-verified

61 * @return <code>true</code> if debug level logging is enabled, otherwise <code>false</code>
62 */
63 boolean isDebugEnabled();
64
65
66 /**

Callers 15

loadMethod · 0.95
memberDisappearedMethod · 0.95
setPropertyMethod · 0.65
closeMethod · 0.65
initMethod · 0.65
createConnectionMethod · 0.65
reconnectIfExpiredMethod · 0.65
returnConnectionMethod · 0.65
checkAbandonedMethod · 0.65
checkIdleMethod · 0.65
testAllIdleMethod · 0.65
toStringMethod · 0.65

Implementers 1

DirectJDKLogjava/org/apache/juli/logging/DirectJDK

Calls

no outgoing calls

Tested by 6

doTestClientCertGetMethod · 0.52
doTestClientCertPostMethod · 0.52
doAbortedUploadTestMethod · 0.52
doAbortedPOSTTestMethod · 0.52
setPropertyMethod · 0.52