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 LoggingLevelReturns 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 voidLogger.log(LoggingLevel level, String message) Log a message to the consolestatic voidLogger.logToPlayer(LoggingLevel level, org.bukkit.entity.Player player, String message) Logs a message to the specified player