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

Method getLogger

java/org/apache/catalina/core/ContainerBase.java:282–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280
281
282 @Override
283 public Log getLogger() {
284 if (logger != null) {
285 return logger;
286 }
287 logger = LogFactory.getLog(getLogName());
288 return logger;
289 }
290
291
292 @Override

Callers 1

startInternalMethod · 0.95

Calls 2

getLogMethod · 0.95
getLogNameMethod · 0.95

Tested by

no test coverage detected