Class RedirectingLogHandler

java.lang.Object
ch.njol.skript.log.LogHandler
ch.njol.skript.log.RedirectingLogHandler
All Implemented Interfaces:
OpenCloseable, Closeable, AutoCloseable

public class RedirectingLogHandler extends LogHandler
Redirects the log to a CommandSender.
  • Constructor Details

    • RedirectingLogHandler

      public RedirectingLogHandler(org.bukkit.command.CommandSender recipient, @Nullable @Nullable String prefix)
  • Method Details