Uses of Enum Class
com.aizuda.snailjob.common.log.level.Level
Packages that use Level
Package
Description
第三方日志库的实现封装
控制台输出的实现封装
JDK-Logging的实现封装
Log4j2的实现封装
Slf4j的实现封装
按照日志级别定义的日志打印接口定义
-
Uses of Level in com.aizuda.snailjob.common.log.dialect
Methods in com.aizuda.snailjob.common.log.dialect with parameters of type LevelModifier and TypeMethodDescriptionbooleanboolean是否开启指定日志voidvoid打印指定级别的日志void打印 ERROR 等级的日志 -
Uses of Level in com.aizuda.snailjob.common.log.dialect.console
Methods in com.aizuda.snailjob.common.log.dialect.console with parameters of type LevelModifier and TypeMethodDescriptionbooleanvoidvoidstatic void设置自定义的日志显示级别Method parameters in com.aizuda.snailjob.common.log.dialect.console with type arguments of type LevelModifier and TypeMethodDescriptionstatic voidConsoleColorLog.setColorFactory(Function<Level, cn.hutool.core.lang.ansi.AnsiColor> colorFactory) 设置颜色工厂,根据日志级别,定义不同的颜色 -
Uses of Level in com.aizuda.snailjob.common.log.dialect.jdk
Methods in com.aizuda.snailjob.common.log.dialect.jdk with parameters of type Level -
Uses of Level in com.aizuda.snailjob.common.log.dialect.log4j2
Methods in com.aizuda.snailjob.common.log.dialect.log4j2 with parameters of type Level -
Uses of Level in com.aizuda.snailjob.common.log.dialect.slf4j
Methods in com.aizuda.snailjob.common.log.dialect.slf4j with parameters of type Level -
Uses of Level in com.aizuda.snailjob.common.log.level
Methods in com.aizuda.snailjob.common.log.level that return Level -
Uses of Level in com.aizuda.snailjob.common.log.strategy
Methods in com.aizuda.snailjob.common.log.strategy with parameters of type Level