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

Method error

src/main/java/exitcode/Logger.java:27–29  ·  view source on GitHub ↗
(String errorMessage)

Source from the content-addressed store, hash-verified

25 }
26
27 public static void error(String errorMessage) {
28 System.err.println(String.format("[ERROR] %s", errorMessage));
29 }
30
31 public static void messageCustom(String messageTitle, String message) {
32 System.out.println(String.format("[%s] %s", messageTitle, message));

Callers 15

getDocumentMethod · 0.95
getDocFromZipMethod · 0.95
getNextSetMethod · 0.95
getNextSetAttrMethod · 0.95
getElementValueMethod · 0.95
getAttributeValueMethod · 0.95
setSettingValueMethod · 0.95
getWebsiteMethod · 0.95
loadGameFontsMethod · 0.95
loadPlayerFontsMethod · 0.95
loadGameWallpapersMethod · 0.95
loadPlayerWallpapersMethod · 0.95

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected