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.LevelLog.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.Methods in jline.internal with parameters of type Log.Level Modifier and Type Method Description (package private) static voidLog. log(Log.Level level, java.lang.Object... messages)(package private) static voidLog. logWithJul(Log.Level level, java.lang.Object... messages)private static java.util.logging.LevelLog. toJulLevel(Log.Level level)
-