Uses of Enum Class
com.winterhavenmc.library.messagebuilder.models.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.models.validation
Methods in com.winterhavenmc.library.messagebuilder.models.validation that return LogLevelModifier and TypeMethodDescriptionLogging.logLevel()Returns the value of thelogLevelrecord component.static LogLevelReturns 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.models.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 string, and parameter.Constructors in com.winterhavenmc.library.messagebuilder.models.validation with parameters of type LogLevelModifierConstructorDescriptionLogging(LogLevel logLevel, ErrorMessageKey messageKey, Parameter parameter) Creates an instance of aLoggingrecord class.