Class GeyserPaperLogger

java.lang.Object
org.geysermc.geyser.platform.spigot.GeyserSpigotLogger
org.geysermc.geyser.platform.spigot.GeyserPaperLogger
All Implemented Interfaces:
org.geysermc.geyser.api.command.CommandSource, org.geysermc.geyser.command.GeyserCommandSource, org.geysermc.geyser.GeyserLogger

public final class GeyserPaperLogger extends GeyserSpigotLogger
  • Constructor Summary

    Constructors
    Constructor
    Description
    GeyserPaperLogger​(org.bukkit.plugin.Plugin plugin, Logger logger, boolean debug)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendMessage​(net.kyori.adventure.text.Component message)
    Since 1.18.2 this is required so legacy format symbols don't show up in the console for colors

    Methods inherited from class org.geysermc.geyser.platform.spigot.GeyserSpigotLogger

    debug, error, error, info, isDebug, setDebug, severe, severe, warning

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.geysermc.geyser.api.command.CommandSource

    sendMessage

    Methods inherited from interface org.geysermc.geyser.command.GeyserCommandSource

    locale

    Methods inherited from interface org.geysermc.geyser.GeyserLogger

    debug, hasPermission, info, isConsole, name, sendMessage
  • Constructor Details

    • GeyserPaperLogger

      public GeyserPaperLogger(org.bukkit.plugin.Plugin plugin, Logger logger, boolean debug)
  • Method Details

    • sendMessage

      public void sendMessage(net.kyori.adventure.text.Component message)
      Since 1.18.2 this is required so legacy format symbols don't show up in the console for colors