| Modifier and Type | Method and Description |
|---|---|
static Level |
LoggerFactory.getLevel()
Get logging level
|
Level |
LoggerAdapter.getLevel()
Get the current logging 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LoggerFactory.setLevel(Level level)
Set the current logging level
|
void |
LoggerAdapter.setLevel(Level level)
Set the current logging level
|
| Modifier and Type | Method and Description |
|---|---|
Level |
JclLoggerAdapter.getLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
JclLoggerAdapter.setLevel(Level level) |
| Modifier and Type | Method and Description |
|---|---|
Level |
JdkLoggerAdapter.getLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
JdkLoggerAdapter.setLevel(Level level) |
| Modifier and Type | Method and Description |
|---|---|
Level |
Log4jLoggerAdapter.getLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Log4jLoggerAdapter.setLevel(Level level) |
| Modifier and Type | Method and Description |
|---|---|
Level |
Log4j2LoggerAdapter.getLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Log4j2LoggerAdapter.setLevel(Level level) |
| Modifier and Type | Method and Description |
|---|---|
Level |
Slf4jLoggerAdapter.getLevel() |
Level |
Slf4jLogger.getLevel() |
static Level |
Slf4jLogger.getLevel(org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
Slf4jLoggerAdapter.setLevel(Level level) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.