MCPcopy Index your code
hub / github.com/PaperMC/Paper / getLogger

Method getLogger

paper-api/src/main/java/org/bukkit/Server.java:989–989  ·  view source on GitHub ↗

Returns the primary logger associated with this server instance. @return Logger associated with this server @see org.bukkit.plugin.Plugin#getSLF4JLogger() @apiNote This logger is for the Minecraft server software, not for specific plugins. You should use a logger for a specific plugin, either via {

()

Source from the content-addressed store, hash-verified

987 * That way, log messages contain contextual information about the source of the message.
988 */
989 @NotNull
990 @org.jetbrains.annotations.ApiStatus.Internal // Paper - internalize Bukkit#getLogger
991 public Logger getLogger();
992

Callers 13

setupMethod · 0.95
createInstanceMethod · 0.95
TestServerClass · 0.65
setServerMethod · 0.65
getLoggerMethod · 0.65
getLoggerMethod · 0.65
MainClass · 0.65
RegistryTagRewriterClass · 0.65
FeatureFlagRewriterClass · 0.65

Implementers 1

CraftServerpaper-server/src/main/java/org/bukkit/

Calls

no outgoing calls

Tested by 1

setupMethod · 0.76