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

Method log

src/main/java/com/jdon/util/Debug.java:115–119  ·  view source on GitHub ↗
(int level, Throwable t, String msg, String module)

Source from the content-addressed store, hash-verified

113 }
114
115 public static void log(int level, Throwable t, String msg, String module) {
116 if (msg == null)
117 msg = "[jdonframework]";
118 log(level, t, msg, module, "com.jdon.util.Debug");
119 }
120
121 private static void log(int level, Throwable t, String msg, String module, String callingClass) {
122 if (level < conf_level)

Callers 8

logVerboseMethod · 0.95
logTimingMethod · 0.95
logInfoMethod · 0.95
logImportantMethod · 0.95
logWarningMethod · 0.95
logErrorMethod · 0.95
logFatalMethod · 0.95
writeObjectMethod · 0.80

Calls 2

uselog4jMethod · 0.95
noLog4JMethod · 0.95

Tested by

no test coverage detected