Uses of Enum Class
com.winterhavenmc.library.messagebuilder.validation.LogLevel
Packages that use LogLevel
Package
Description
Provides a flexible, localized validation framework for use within the MessageBuilder library.
-
Uses of LogLevel in com.winterhavenmc.library.messagebuilder.validation
Methods in com.winterhavenmc.library.messagebuilder.validation that return LogLevelModifier and TypeMethodDescriptionLogging.logLevel()
Returns the value of thelogLevel
record component.static LogLevel
Returns the enum constant of this class with the specified name.static LogLevel[]
LogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.winterhavenmc.library.messagebuilder.validation with parameters of type LogLevelModifier and TypeMethodDescriptionstatic <T> Validator
<T> Validator.logging
(LogLevel level, ErrorMessageKey messageKey, Parameter parameter) Returns a handler that logs a validation warning or error using the specified log level, message key, and parameter.Constructors in com.winterhavenmc.library.messagebuilder.validation with parameters of type LogLevelModifierConstructorDescriptionLogging
(LogLevel logLevel, ErrorMessageKey messageKey, Parameter parameter) Creates an instance of aLogging
record class.