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

Method d

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

Source from the content-addressed store, hash-verified

64 }
65
66 public static void d(String tag, String msg) {
67 if (Log.level.level <= Level.DEBUG.level) {
68 getInstance().d(tag, msg);
69 }
70 }
71
72 public static void d(String tag, String msg, Throwable tr) {
73 if (Log.level.level <= Level.DEBUG.level) {

Callers 7

refreshTokenMethod · 0.95
loginMethod · 0.95
refreshTokenMethod · 0.95
loginMethod · 0.95
resetBuilderMethod · 0.95
debugMethod · 0.95
mainMethod · 0.95

Calls 2

getInstanceMethod · 0.95
dMethod · 0.65

Tested by

no test coverage detected