MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / getLogger

Method getLogger

src/main/java/org/bukkit/Bukkit.java:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 }
184
185 public static Logger getLogger() {
186 return server.getLogger();
187 }
188
189 public static PluginCommand getPluginCommand(String name) {
190 return server.getPluginCommand(name);

Callers 3

executeMethod · 0.95
executeMethod · 0.95
loadConfigurationMethod · 0.95

Calls 1

getLoggerMethod · 0.65

Tested by

no test coverage detected