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

Method getLogger

src/main/java/org/bukkit/Server.java:353–353  ·  view source on GitHub ↗

Returns the primary logger associated with this server instance @return Logger associated with this server

()

Source from the content-addressed store, hash-verified

351 * @return Logger associated with this server
352 */
353 public Logger getLogger();
354
355 /**
356 * Gets a {@link PluginCommand} with the given name or alias

Callers 15

getNewDataMethod · 0.65
setServerMethod · 0.65
getLoggerMethod · 0.65
loadPermissionsMethod · 0.65
extractChildrenMethod · 0.65
addAttachmentMethod · 0.65
loadPluginsMethod · 0.65
enablePluginMethod · 0.65
disablePluginMethod · 0.65
callEventMethod · 0.65
loadPluginMethod · 0.65
enablePluginMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected