类的使用
com.alibaba.dubbo.common.logger.Level
-
使用Level的程序包 程序包 说明 com.alibaba.dubbo.common.logger com.alibaba.dubbo.common.logger.jcl com.alibaba.dubbo.common.logger.jdk com.alibaba.dubbo.common.logger.log4j com.alibaba.dubbo.common.logger.slf4j -
-
com.alibaba.dubbo.common.logger中Level的使用
返回Level的com.alibaba.dubbo.common.logger中的方法 修饰符和类型 方法 说明 Level
LoggerAdapter. getLevel()
Get the current logging levelstatic Level
LoggerFactory. getLevel()
Get logging levelstatic Level
Level. valueOf(String name)
返回带有指定名称的该类型的枚举常量。static Level[]
Level. values()
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为Level的com.alibaba.dubbo.common.logger中的方法 修饰符和类型 方法 说明 void
LoggerAdapter. setLevel(Level level)
Set the current logging levelstatic void
LoggerFactory. setLevel(Level level)
Set the current logging level -
com.alibaba.dubbo.common.logger.jcl中Level的使用
返回Level的com.alibaba.dubbo.common.logger.jcl中的方法 修饰符和类型 方法 说明 Level
JclLoggerAdapter. getLevel()
参数类型为Level的com.alibaba.dubbo.common.logger.jcl中的方法 修饰符和类型 方法 说明 void
JclLoggerAdapter. setLevel(Level level)
-
com.alibaba.dubbo.common.logger.jdk中Level的使用
返回Level的com.alibaba.dubbo.common.logger.jdk中的方法 修饰符和类型 方法 说明 Level
JdkLoggerAdapter. getLevel()
参数类型为Level的com.alibaba.dubbo.common.logger.jdk中的方法 修饰符和类型 方法 说明 void
JdkLoggerAdapter. setLevel(Level level)
-
com.alibaba.dubbo.common.logger.log4j中Level的使用
返回Level的com.alibaba.dubbo.common.logger.log4j中的方法 修饰符和类型 方法 说明 Level
Log4jLoggerAdapter. getLevel()
参数类型为Level的com.alibaba.dubbo.common.logger.log4j中的方法 修饰符和类型 方法 说明 void
Log4jLoggerAdapter. setLevel(Level level)
-
com.alibaba.dubbo.common.logger.slf4j中Level的使用
返回Level的com.alibaba.dubbo.common.logger.slf4j中的方法 修饰符和类型 方法 说明 Level
Slf4jLoggerAdapter. getLevel()
参数类型为Level的com.alibaba.dubbo.common.logger.slf4j中的方法 修饰符和类型 方法 说明 void
Slf4jLoggerAdapter. setLevel(Level level)
-