Uses of Class
jline.internal.Log.Level
-
Packages that use Log.Level Package Description jline.internal Internal support. -
-
Uses of Log.Level in jline.internal
Methods in jline.internal that return Log.Level Modifier and Type Method Description static Log.Level
Log.Level. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Log.Level[]
Log.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-