LoggingUtils

Functions

Link copied to clipboard
open fun info(msg: String)
Log a message to console on INFO level.
Link copied to clipboard
open fun log(level: Level, msg: String)
Log any message to console with any level.
Link copied to clipboard
open fun logLogo(sender: ConsoleCommandSender, plugin: Plugin)
Guilds logLogo in console
Link copied to clipboard
open fun severe(msg: String)
Log a message to console on SEVERE level.
Link copied to clipboard
open fun warn(msg: String)
Log a message to console on WARNING level.