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

Method w

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

Source from the content-addressed store, hash-verified

88 }
89
90 public static void w(String tag, String msg) {
91 if (Log.level.level <= Level.WARN.level) {
92 getInstance().w(tag, msg);
93 }
94 }
95
96 public static void w(String tag, String msg, Throwable tr) {
97 if (Log.level.level <= Level.WARN.level) {

Callers 1

updateProfileMethod · 0.95

Calls 2

getInstanceMethod · 0.95
wMethod · 0.65

Tested by

no test coverage detected