Uses of Interface
com.aizuda.snailjob.common.log.dialect.Log
Packages that use Log
Package
Description
第三方日志库的实现封装
控制台输出的实现封装
JDK-Logging的实现封装
Log4j2的实现封装
Slf4j的实现封装
-
Uses of Log in com.aizuda.snailjob.common.log.dialect
Classes in com.aizuda.snailjob.common.log.dialect that implement LogMethods in com.aizuda.snailjob.common.log.dialect that return Log -
Uses of Log in com.aizuda.snailjob.common.log.dialect.console
Classes in com.aizuda.snailjob.common.log.dialect.console that implement LogModifier and TypeClassDescriptionclass利用System.out.println()打印彩色日志class利用System.out.println()打印日志Methods in com.aizuda.snailjob.common.log.dialect.console that return Log -
Uses of Log in com.aizuda.snailjob.common.log.dialect.jdk
Classes in com.aizuda.snailjob.common.log.dialect.jdk that implement LogMethods in com.aizuda.snailjob.common.log.dialect.jdk that return Log -
Uses of Log in com.aizuda.snailjob.common.log.dialect.log4j2
Classes in com.aizuda.snailjob.common.log.dialect.log4j2 that implement LogMethods in com.aizuda.snailjob.common.log.dialect.log4j2 that return Log -
Uses of Log in com.aizuda.snailjob.common.log.dialect.slf4j
Classes in com.aizuda.snailjob.common.log.dialect.slf4j that implement LogMethods in com.aizuda.snailjob.common.log.dialect.slf4j that return Log -
Uses of Log in com.aizuda.snailjob.common.log.factory
Methods in com.aizuda.snailjob.common.log.factory that return Log -
Uses of Log in com.aizuda.snailjob.common.log.strategy
Methods in com.aizuda.snailjob.common.log.strategy with parameters of type LogModifier and TypeMethodDescriptionvoidDebug等级日志,小于InfovoidError等级日志voidError等级日志voidInfo等级日志,小于WarnvoidTrace等级日志,小于DebugvoidWarn等级日志,小于Error