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

Method getInstance

src/main/java/com/pokegoapi/util/Log.java:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 private static Level level = Level.VERBOSE;
29
30 private static Logger getInstance() {
31 if (logger == null) {
32 logger = new DefaultLogger();
33 }
34 return logger;
35 }
36
37 // Do not call this while logging from a different thread...
38 // That's asking for trouble...

Callers 6

vMethod · 0.95
dMethod · 0.95
iMethod · 0.95
wMethod · 0.95
eMethod · 0.95
wtfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected