Uses of Enum
ai.vectros.core.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in ai.vectros.core
Methods in ai.vectros.core that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelLogLevel.fromString(String level) Parse a log level from a string (case-insensitive).LogConfig.level()static LogLevelReturns the enum constant of this type with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.vectros.core with parameters of type LogLevelModifier and TypeMethodDescriptionSet the minimum log level.Constructors in ai.vectros.core with parameters of type LogLevel