|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Level in com.alibaba.dubbo.common.logger |
|---|
| Methods in com.alibaba.dubbo.common.logger that return Level | |
|---|---|
Level |
LoggerAdapter.getLevel()
获取当前日志等级 |
static Level |
LoggerFactory.getLevel()
获取日志级别 |
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. |
| Methods in com.alibaba.dubbo.common.logger with parameters of type Level | |
|---|---|
void |
LoggerAdapter.setLevel(Level level)
设置输出等级 |
static void |
LoggerFactory.setLevel(Level level)
动态设置输出日志级别 |
| Uses of Level in com.alibaba.dubbo.common.logger.jcl |
|---|
| Methods in com.alibaba.dubbo.common.logger.jcl that return Level | |
|---|---|
Level |
JclLoggerAdapter.getLevel()
|
| Methods in com.alibaba.dubbo.common.logger.jcl with parameters of type Level | |
|---|---|
void |
JclLoggerAdapter.setLevel(Level level)
|
| Uses of Level in com.alibaba.dubbo.common.logger.jdk |
|---|
| Methods in com.alibaba.dubbo.common.logger.jdk that return Level | |
|---|---|
Level |
JdkLoggerAdapter.getLevel()
|
| Methods in com.alibaba.dubbo.common.logger.jdk with parameters of type Level | |
|---|---|
void |
JdkLoggerAdapter.setLevel(Level level)
|
| Uses of Level in com.alibaba.dubbo.common.logger.log4j |
|---|
| Methods in com.alibaba.dubbo.common.logger.log4j that return Level | |
|---|---|
Level |
Log4jLoggerAdapter.getLevel()
|
| Methods in com.alibaba.dubbo.common.logger.log4j with parameters of type Level | |
|---|---|
void |
Log4jLoggerAdapter.setLevel(Level level)
|
| Uses of Level in com.alibaba.dubbo.common.logger.slf4j |
|---|
| Methods in com.alibaba.dubbo.common.logger.slf4j that return Level | |
|---|---|
Level |
Slf4jLoggerAdapter.getLevel()
|
| Methods in com.alibaba.dubbo.common.logger.slf4j with parameters of type Level | |
|---|---|
void |
Slf4jLoggerAdapter.setLevel(Level level)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||