Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ testLogging
Method
testLogging
src/test/groovy/groovy/tree/NodePrinterTest.java:65–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
@Test
66
void
testLogging() {
67
Logger log = Logger.getLogger(getClass().getName());
68
log.info(
"Logging using JDK 1.4 logging"
);
69
}
70
}
Callers
nothing calls this directly
Calls
3
getClass
Method · 0.80
getName
Method · 0.65
info
Method · 0.45
Tested by
no test coverage detected