| Package | Description |
|---|---|
| com.alibaba.nacos.client.logger | |
| com.alibaba.nacos.client.logger.option | |
| com.alibaba.nacos.client.logger.support |
| Modifier and Type | Method and Description |
|---|---|
static Level |
Level.codeOf(String 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 | Field and Description |
|---|---|
protected Level |
AbstractActiveOption.level |
| Modifier and Type | Method and Description |
|---|---|
Level |
ActivateOption.getLevel()
获取日志级别
|
Level |
AbstractActiveOption.getLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Log4j2ActivateOption.setLevel(Level level) |
void |
ActivateOption.setLevel(Level level)
设置日志级别
|
void |
Logback918ActivateOption.setLevel(Level level) |
| Modifier and Type | Method and Description |
|---|---|
Level |
LoggerSupport.getLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerSupport.setLevel(Level level) |
Copyright © 2018 Alibaba Group. All rights reserved.