Uses of Enum Class
net.jeqo.bloons.logger.LoggingLevel
Packages that use LoggingLevel
-
Uses of LoggingLevel in net.jeqo.bloons.logger
Methods in net.jeqo.bloons.logger that return LoggingLevelModifier and TypeMethodDescriptionstatic LoggingLevel
Returns the enum constant of this class with the specified name.static LoggingLevel[]
LoggingLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.jeqo.bloons.logger with parameters of type LoggingLevelModifier and TypeMethodDescriptionstatic void
Logger.log
(LoggingLevel level, String message) Log a message to the consolestatic void
Logger.logToPlayer
(LoggingLevel level, org.bukkit.entity.Player player, String message) Logs a message to the specified player