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

Method debug

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

Source from the content-addressed store, hash-verified

92 }
93
94 @Override
95 public final void debug(Object message) {
96 log(Level.FINE, String.valueOf(message), null);
97 }
98
99 @Override
100 public final void debug(Object message, Throwable t) {

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected