Package | Description |
---|---|
org.pmw.tinylog |
tinylog classes
|
Modifier and Type | Method and Description |
---|---|
static Level |
Logger.getLevel()
Get the current global severity level.
|
static Level |
Logger.getLevel(Class<?> classObject)
Get the current severity level for a specific class.
|
static Level |
Logger.getLevel(Package packageObject)
Get the current severity level for a specific package.
|
static Level |
Logger.getLevel(String packageOrClass)
Get the current severity level for a specific package or class.
|
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 © 2017. All rights reserved.