| Package | Description |
|---|---|
| org.osgl.logging | |
| org.osgl.logging.service |
| Modifier and Type | Method and Description |
|---|---|
static Logger.Level |
Logger.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Logger.Level[] |
Logger.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.setLevel(Logger.Level level) |
void |
LogService.setLevel(Logger.Level level) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogbackService.setLevel(Logger.Level level) |
void |
TinyLogService.setLevel(Logger.Level level) |
void |
Log4jService.setLevel(Logger.Level level) |
void |
Slf4jService.setLevel(Logger.Level level) |
void |
CommonsLoggingService.setLevel(Logger.Level level) |
void |
JDKLogService.setLevel(Logger.Level level) |
Copyright © 2017–2020 OSGL (Open Source General Library). All rights reserved.