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