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

Method getLogger

java/org/apache/catalina/Container.java:104–104  ·  view source on GitHub ↗

Obtain the log to which events for this container should be logged. @return The Logger with which this Container is associated. If there is no associated Logger, return the Logger associated with the parent Container (if any); otherwise return null .

()

Source from the content-addressed store, hash-verified

102 * associated with the parent Container (if any); otherwise return <code>null</code>.
103 */
104 Log getLogger();
105
106
107 /**

Callers 15

initInternalMethod · 0.95
invokeMethod · 0.95
addMethod · 0.65
testNotFoundMethod · 0.65
runValveMethod · 0.65
invokeMethod · 0.65
attachMethod · 0.65
doTestAsyncIoEndMethod · 0.65

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by 13

addMethod · 0.52
testNotFoundMethod · 0.52
runValveMethod · 0.52
invokeMethod · 0.52
attachMethod · 0.52
doTestAsyncIoEndMethod · 0.52
setUpMethod · 0.52
runMethod · 0.52