MCPcopy Index your code
hub / github.com/apache/groovy / warn

Method warn

src/main/java/org/codehaus/groovy/tools/shell/util/Logger.java:146–148  ·  view source on GitHub ↗

Logs a warning message. @param msg the message to log

(final Object msg)

Source from the content-addressed store, hash-verified

144 * @param msg the message to log
145 */
146 public void warn(final Object msg) {
147 log(WARN, msg, null);
148 }
149
150 /**
151 * Logs a warning message and cause.

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected