| Package | Description |
|---|---|
| jline.internal |
Internal support.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
Log.log(Log.Level level,
java.lang.Object... messages) |
(package private) static void |
Log.logWithJul(Log.Level level,
java.lang.Object... messages) |
private static java.util.logging.Level |
Log.toJulLevel(Log.Level level) |