MCPcopy Index your code
hub / github.com/Grover-c13/PokeGOAPI-Java / i

Method i

src/main/java/com/pokegoapi/util/Log.java:78–82  ·  view source on GitHub ↗
(String tag, String msg)

Source from the content-addressed store, hash-verified

76 }
77
78 public static void i(String tag, String msg) {
79 if (Log.level.level <= Level.INFO.level) {
80 getInstance().i(tag, msg);
81 }
82 }
83
84 public static void i(String tag, String msg, Throwable tr) {
85 if (Log.level.level <= Level.INFO.level) {

Callers 4

isValidMethod · 0.95
useIncenseMethod · 0.95
useLuckyEggMethod · 0.95
mainMethod · 0.95

Calls 2

getInstanceMethod · 0.95
iMethod · 0.65

Tested by

no test coverage detected