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

Method wtf

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

Source from the content-addressed store, hash-verified

118 }
119
120 public static void wtf(String tag, String msg) {
121 if (Log.level.level <= Level.ASSERT.level) {
122 getInstance().wtf(tag, msg);
123 }
124 }
125
126 public static void wtf(String tag, Throwable tr) {
127 if (Log.level.level <= Level.ASSERT.level) {

Callers 2

catchPokemonMethod · 0.95

Calls 2

getInstanceMethod · 0.95
wtfMethod · 0.65

Tested by

no test coverage detected