Uses of Enum Class
io.github.projectunified.craftconfig.common.ConfigLogger.LogLevel
Packages that use ConfigLogger.LogLevel
-
Uses of ConfigLogger.LogLevel in io.github.projectunified.craftconfig.common
Methods in io.github.projectunified.craftconfig.common that return ConfigLogger.LogLevelModifier and TypeMethodDescriptionstatic ConfigLogger.LogLevelReturns the enum constant of this class with the specified name.static ConfigLogger.LogLevel[]ConfigLogger.LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.projectunified.craftconfig.common with parameters of type ConfigLogger.LogLevelModifier and TypeMethodDescriptionvoidConfigLogger.Handler.handle(ConfigLogger.LogLevel level, Class<?> clazz, String message, Throwable throwable) Handle a log messagestatic voidConfigLogger.log(ConfigLogger.LogLevel level, Class<?> clazz, String message, Throwable throwable) Log a message with throwable