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

Method i

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

Source from the content-addressed store, hash-verified

50 }
51
52 public static void i(Object obj, Object... args) {
53 print(Level.INFO, obj, args);
54 }
55
56 public static void e(Object obj, Object... args) {
57 print(Level.ERROR, obj, args);

Callers 15

generateTableMethod · 0.95
mainMethod · 0.95
doSaveMethod · 0.95
openURIMethod · 0.95
initMethod · 0.95
setExtraAssetsDirMethod · 0.95
findBestLanguageIdMethod · 0.95
hasBeenUnlockedMethod · 0.95
logStartupMethod · 0.95
loadTranslationsMethod · 0.95
renderMethod · 0.95
exportLogsMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected