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

Method isInfoEnabled

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

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 level logging is enabled, otherwise false

()

Source from the content-addressed store, hash-verified

103 * @return <code>true</code> if info level logging is enabled, otherwise <code>false</code>
104 */
105 boolean isInfoEnabled();
106
107
108 /**

Callers 15

memberDisappearedMethod · 0.95
returnConnectionMethod · 0.65
locateUriRootMethod · 0.65
doCloseMethod · 0.65
getNextModeMethod · 0.65
beginMethod · 0.65
initMethod · 0.65
startMethod · 0.65
pauseMethod · 0.65
resumeMethod · 0.65
stopMethod · 0.65
destroyMethod · 0.65

Implementers 1

DirectJDKLogjava/org/apache/juli/logging/DirectJDK

Calls

no outgoing calls

Tested by

no test coverage detected