MCPcopy Index your code
hub / github.com/CharlieJiang/SourceCodeDocxGenerator / error

Method error

src/main/java/cocoas/LogUtils.java:23–25  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

21
22 // 打印错误信息
23 public static void error(String msg){
24 System.err.println(msg);
25 }
26
27}

Callers 3

createPageHeaderMethod · 0.95
saveDocxMethod · 0.95
readFileMethod · 0.95

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected