Uses of Enum Class
jline.internal.Log.Level
Packages that use Log.Level
-
Uses of Log.Level in jline.internal
Methods in jline.internal that return Log.LevelModifier and TypeMethodDescriptionstatic Log.Level
Returns the enum constant of this class with the specified name.static Log.Level[]
Log.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jline.internal with parameters of type Log.LevelModifier and TypeMethodDescription(package private) static void
(package private) static void
Log.logWithJul
(Log.Level level, Object... messages) private static Level
Log.toJulLevel
(Log.Level level)