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

Method logImportant

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

Source from the content-addressed store, hash-verified

286 }
287
288 public static void logImportant(String msg) {
289 log(Debug.IMPORTANT, null, msg, null);
290 }
291
292 public static void logImportant(String msg, String module) {
293 log(Debug.IMPORTANT, null, msg, module);

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected