MCPcopy Create free account
hub / github.com/agateau/pixelwheels / e

Method e

core/src/com/agateau/utils/log/NLog.java:56–58  ·  view source on GitHub ↗
(Object obj, Object... args)

Source from the content-addressed store, hash-verified

54 }
55
56 public static void e(Object obj, Object... args) {
57 print(Level.ERROR, obj, args);
58 }
59
60 public static void backtrace() {
61 StackTraceElement[] lst = Thread.currentThread().getStackTrace();

Callers 15

mainMethod · 0.95
mainMethod · 0.95
doSaveMethod · 0.95
openURIMethod · 0.95
setExtraAssetsDirMethod · 0.95
parseXmlMethod · 0.95
loadMethod · 0.95
putMethod · 0.95
endRowMethod · 0.95
addRowMethod · 0.95
getLanguageMethod · 0.95
setLanguageMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected