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

Method e

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

Source from the content-addressed store, hash-verified

106 }
107
108 public static void e(String tag, String msg) {
109 if (Log.level.level <= Level.ERROR.level) {
110 getInstance().e(tag, msg);
111 }
112 }
113
114 public static void e(String tag, String msg, Throwable tr) {
115 if (Log.level.level <= Level.ERROR.level) {

Callers 4

mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls 2

getInstanceMethod · 0.95
eMethod · 0.65

Tested by

no test coverage detected