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 {
()
| 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 |
no outgoing calls