Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.95
execute
Method · 0.95
loadConfiguration
Method · 0.95
Calls
1
getLogger
Method · 0.65
Tested by
no test coverage detected