Modifier and Type | Method | Description |
---|---|---|
static Level |
Logger.getLevel() |
Gets the minimum enabled severity level.
|
static Level |
Logger.getLevel(java.lang.Class<?> classObject) |
Gets the minimum enabled severity level.
|
static Level |
Logger.getLevel(java.lang.Package packageObject) |
Gets the minimum enabled severity level.
|
static Level |
Level.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.