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

Method warn

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

Source from the content-addressed store, hash-verified

122 }
123
124 @Override
125 public final void warn(Object message) {
126 log(Level.WARNING, String.valueOf(message), null);
127 }
128
129 @Override
130 public final void warn(Object message, Throwable t) {

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected