MCPcopy Create free account
hub / github.com/diyhi/bbs / printlnError

Method printlnError

src/main/java/cms/utils/SqlScriptRunner.java:368–373  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

366 }
367
368 private void printlnError(Object o) {
369 if (errorLogWriter != null) {
370 errorLogWriter.println(o);
371 errorLogWriter.flush();
372 }
373 }
374
375}

Callers 4

executeFullScriptMethod · 0.95
executeLineByLineMethod · 0.95
executeStatementMethod · 0.95
printResultsMethod · 0.95

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected