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

Method errorCustom

src/main/java/exitcode/Logger.java:35–37  ·  view source on GitHub ↗
(String errorTitle, String errorMessage)

Source from the content-addressed store, hash-verified

33 }
34
35 public static void errorCustom(String errorTitle, String errorMessage) {
36 System.err.println(String.format("[%s] %s", errorTitle, errorMessage));
37 }
38
39 public static void debug(String debugText) {
40 int callersLineNumber = Thread.currentThread().getStackTrace()[2].getLineNumber();

Callers

nothing calls this directly

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected