MCPcopy Create free account
hub / github.com/banq/jdonframework / logError

Method logError

src/main/java/com/jdon/util/Debug.java:336–338  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

334 }
335
336 public static void logError(String msg) {
337 log(Debug.ERROR, null, msg, null);
338 }
339
340 public static void logError(String msg, String module) {
341 log(Debug.ERROR, null, msg, module);

Calls 1

logMethod · 0.95

Tested by

no test coverage detected