MCPcopy 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

getClassMethod · 0.80
getNameMethod · 0.65
infoMethod · 0.45

Tested by

no test coverage detected