MCPcopy Create free account
hub / github.com/antlr/codebuff / log

Method log

corpus/java/training/antlr4-tool/org/antlr/v4/Tool.java:844–844  ·  view source on GitHub ↗
(String component, String msg)

Source from the content-addressed store, hash-verified

842 }
843
844 public void log(String component, String msg) { logMgr.log(component, msg); }
845 public void log(String msg) { log(null, msg); }
846
847 public int getNumErrors() { return errMgr.getNumErrors(); }

Callers 15

loadMethod · 0.95
flushMethod · 0.80
flushQuietlyMethod · 0.80
executeListenerMethod · 0.80
BigIntegerMathClass · 0.80
InterruptibleTaskClass · 0.80
AbstractFutureClass · 0.80
executeListenerMethod · 0.80
addListenerMethod · 0.80
log2Method · 0.80
DoubleMathClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected