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

Method info

java/org/apache/juli/logging/DirectJDKLog.java:114–117  ·  view source on GitHub ↗
(Object message)

Source from the content-addressed store, hash-verified

112 }
113
114 @Override
115 public final void info(Object message) {
116 log(Level.INFO, String.valueOf(message), null);
117 }
118
119 @Override
120 public final void info(Object message, Throwable t) {

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected