Modifier and Type | Method and Description |
---|---|
static Level |
Logger.getLevel()
Gets the minimum enabled severity level.
|
static Level |
Logger.getLevel(Class<?> classObject)
Gets the minimum enabled severity level.
|
static Level |
Logger.getLevel(Package packageObject)
Gets the minimum enabled severity level.
|
static Level |
Level.valueOf(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 © 2020. All rights reserved.