MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / warn

Method warn

src/main/java/exitcode/Logger.java:23–25  ·  view source on GitHub ↗
(String warningMessage)

Source from the content-addressed store, hash-verified

21 }
22
23 public static void warn(String warningMessage) {
24 System.err.println(String.format("[WARNING] %s", warningMessage));
25 }
26
27 public static void error(String errorMessage) {
28 System.err.println(String.format("[ERROR] %s", errorMessage));

Callers 7

updatePatronListMethod · 0.95
loadPlayerThemeMethod · 0.95
startMethod · 0.95
loadFontMethod · 0.95
preStartupCheckMethod · 0.95
startMethod · 0.95
loadFontMethod · 0.95

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected