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

Method logWarning

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

Source from the content-addressed store, hash-verified

310 }
311
312 public static void logWarning(String msg) {
313 log(Debug.WARNING, null, msg, null);
314 }
315
316 public static void logWarning(String msg, String module) {
317 log(Debug.WARNING, null, msg, module);

Callers 15

hasExpiredMethod · 0.95
contextInitializedMethod · 0.95
registerMethod · 0.95
executeMethod · 0.95
fireMethod · 0.95
fireToModelMethod · 0.95
loadEvenHandlerMethod · 0.95
getDisruptorMethod · 0.95
getDisruptorMethod · 0.95
isCreditCardMethod · 0.95
fetchModelMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected