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

Method getLog

java/org/apache/coyote/AbstractProtocol.java:762–762  ·  view source on GitHub ↗

Concrete implementations need to provide access to their logger to be used by the abstract classes. @return the logger

()

Source from the content-addressed store, hash-verified

760 * @return the logger
761 */
762 protected abstract Log getLog();
763
764
765 /**

Callers 12

addWaitingProcessorMethod · 0.95
initMethod · 0.95
startMethod · 0.95
startAsyncTimeoutMethod · 0.95
pauseMethod · 0.95
resumeMethod · 0.95
stopMethod · 0.95
destroyMethod · 0.95
awaitConnectionsCloseMethod · 0.95
logPortOffsetMethod · 0.95
getLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected