Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
jquery-2.1.1.min.js
File · 0.45
Calls
1
log
Method · 0.95
Tested by
no test coverage detected