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

Method error

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

Logs an error message. @param msg the message to log

(final Object msg)

Source from the content-addressed store, hash-verified

165 * @param msg the message to log
166 */
167 public void error(final Object msg) {
168 log(ERROR, msg, null);
169 }
170
171 /**
172 * Logs an error message and cause.

Callers 1

Calls 1

logMethod · 0.95

Tested by

no test coverage detected