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

Method logInfo

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

Source from the content-addressed store, hash-verified

262 }
263
264 public static void logInfo(String msg) {
265 log(Debug.INFO, null, msg, null);
266 }
267
268 public static void logInfo(String msg, String module) {
269 log(Debug.INFO, null, msg, module);

Callers 1

registerAppRootMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected