A C D E G I J L S T V W 

A

AbstractLocationAwareLog - cn.hutool.log中的类
抽象定位感知日志实现
AbstractLocationAwareLog() - 类 的构造器cn.hutool.log.AbstractLocationAwareLog
 
AbstractLog - cn.hutool.log中的类
抽象日志类
实现了一些通用的接口
AbstractLog() - 类 的构造器cn.hutool.log.AbstractLog
 
ApacheCommonsLog - cn.hutool.log.dialect.commons中的类
Apache Commons Logging
ApacheCommonsLog(Log, String) - 类 的构造器cn.hutool.log.dialect.commons.ApacheCommonsLog
 
ApacheCommonsLog(Class<?>) - 类 的构造器cn.hutool.log.dialect.commons.ApacheCommonsLog
 
ApacheCommonsLog(String) - 类 的构造器cn.hutool.log.dialect.commons.ApacheCommonsLog
 
ApacheCommonsLog4JLog - cn.hutool.log.dialect.commons中的类
Apache Commons Logging for Log4j
ApacheCommonsLog4JLog(Log, String) - 类 的构造器cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
ApacheCommonsLog4JLog(Class<?>) - 类 的构造器cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
ApacheCommonsLog4JLog(String) - 类 的构造器cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
ApacheCommonsLogFactory - cn.hutool.log.dialect.commons中的类
Apache Commons Logging
ApacheCommonsLogFactory() - 类 的构造器cn.hutool.log.dialect.commons.ApacheCommonsLogFactory
 

C

checkLogExist(Object) - 类 中的方法cn.hutool.log.LogFactory
检查日志实现是否存在
此方法仅用于检查所提供的日志相关类是否存在,当传入的日志类类不存在时抛出ClassNotFoundException
此方法的作用是在detectLogFactory方法自动检测所用日志时,如果实现类不存在,调用此方法会自动抛出异常,从而切换到下一种日志的检测。
cn.hutool.log - 程序包 cn.hutool.log
 
cn.hutool.log.dialect.commons - 程序包 cn.hutool.log.dialect.commons
 
cn.hutool.log.dialect.console - 程序包 cn.hutool.log.dialect.console
 
cn.hutool.log.dialect.jdk - 程序包 cn.hutool.log.dialect.jdk
 
cn.hutool.log.dialect.log4j - 程序包 cn.hutool.log.dialect.log4j
 
cn.hutool.log.dialect.log4j2 - 程序包 cn.hutool.log.dialect.log4j2
 
cn.hutool.log.dialect.slf4j - 程序包 cn.hutool.log.dialect.slf4j
 
cn.hutool.log.dialect.tinylog - 程序包 cn.hutool.log.dialect.tinylog
 
cn.hutool.log.level - 程序包 cn.hutool.log.level
 
ConsoleLog - cn.hutool.log.dialect.console中的类
利用System.out.println()打印日志
ConsoleLog(Class<?>) - 类 的构造器cn.hutool.log.dialect.console.ConsoleLog
构造
ConsoleLog(String) - 类 的构造器cn.hutool.log.dialect.console.ConsoleLog
构造
ConsoleLogFactory - cn.hutool.log.dialect.console中的类
利用System.out.println()打印日志
ConsoleLogFactory() - 类 的构造器cn.hutool.log.dialect.console.ConsoleLogFactory
 
createLog(String) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLogFactory
 
createLog(Class<?>) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLogFactory
 
createLog(String) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLogFactory
 
createLog(Class<?>) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLogFactory
 
createLog(String) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLogFactory
 
createLog(Class<?>) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLogFactory
 
createLog(String) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLogFactory
 
createLog(Class<?>) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLogFactory
 
createLog(String) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2LogFactory
 
createLog(Class<?>) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2LogFactory
 
createLog(String) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLogFactory
 
createLog(Class<?>) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLogFactory
 
createLog(String) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLogFactory
 
createLog(Class<?>) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLogFactory
 
createLog(String) - 类 中的方法cn.hutool.log.LogFactory
创建日志对象
createLog(Class<?>) - 类 中的方法cn.hutool.log.LogFactory
创建日志对象

D

debug(Throwable) - 类 中的方法cn.hutool.log.AbstractLog
 
debug(String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
debug(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
debug(String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
debug(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
debug(String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
debug(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
debug(String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
debug(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
debug(String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
debug(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
debug(String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
debug(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
debug(String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
debug(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
debug(String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
debug(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
debug(Throwable) - 接口 中的方法cn.hutool.log.level.DebugLog
打印 DEBUG 等级的日志
debug(String, Object...) - 接口 中的方法cn.hutool.log.level.DebugLog
打印 DEBUG 等级的日志
debug(Throwable, String, Object...) - 接口 中的方法cn.hutool.log.level.DebugLog
打印 DEBUG 等级的日志
debug(String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Debug等级日志,小于Info
由于动态获取Log,效率较低,建议在非频繁调用的情况下使用!!
debug(Log, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Debug等级日志,小于Info
DebugLog - cn.hutool.log.level中的接口
DEBUG级别日志接口

E

error(Throwable) - 类 中的方法cn.hutool.log.AbstractLog
 
error(String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
error(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
error(String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
error(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
error(String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
error(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
error(String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
error(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
error(String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
error(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
error(String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
error(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
error(String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
error(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
error(String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
error(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
error(Throwable) - 接口 中的方法cn.hutool.log.level.ErrorLog
打印 ERROR 等级的日志
error(String, Object...) - 接口 中的方法cn.hutool.log.level.ErrorLog
打印 ERROR 等级的日志
error(Throwable, String, Object...) - 接口 中的方法cn.hutool.log.level.ErrorLog
打印 ERROR 等级的日志
error(Throwable) - 类 中的静态方法cn.hutool.log.StaticLog
Error等级日志
由于动态获取Log,效率较低,建议在非频繁调用的情况下使用!!
error(Log, Throwable) - 类 中的静态方法cn.hutool.log.StaticLog
Error等级日志
error(String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Error等级日志
由于动态获取Log,效率较低,建议在非频繁调用的情况下使用!!
error(Log, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Error等级日志
error(Throwable, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Error等级日志
由于动态获取Log,效率较低,建议在非频繁调用的情况下使用!!
error(Log, Throwable, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Error等级日志
ErrorLog - cn.hutool.log.level中的接口
ERROR级别日志接口

G

get(String) - 类 中的静态方法cn.hutool.log.LogFactory
获得日志对象
get(Class<?>) - 类 中的静态方法cn.hutool.log.LogFactory
获得日志对象
get() - 类 中的静态方法cn.hutool.log.LogFactory
 
get(Class<?>) - 类 中的静态方法cn.hutool.log.StaticLog
获得Log
get(String) - 类 中的静态方法cn.hutool.log.StaticLog
获得Log
get() - 类 中的静态方法cn.hutool.log.StaticLog
 
getCurrentLogFactory() - 类 中的静态方法cn.hutool.log.LogFactory
 
getLog(String) - 类 中的方法cn.hutool.log.LogFactory
获得日志对象
getLog(Class<?>) - 类 中的方法cn.hutool.log.LogFactory
获得日志对象
getName() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
getName() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
getName() - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
getName() - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
getName() - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
getName() - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
getName() - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
getName() - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
getName() - 接口 中的方法cn.hutool.log.Log
 

I

info(Throwable) - 类 中的方法cn.hutool.log.AbstractLog
 
info(String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
info(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
info(String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
info(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
info(String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
info(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
info(String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
info(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
info(String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
info(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
info(String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
info(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
info(String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
info(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
info(String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
info(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
info(Throwable) - 接口 中的方法cn.hutool.log.level.InfoLog
打印 INFO 等级的日志
info(String, Object...) - 接口 中的方法cn.hutool.log.level.InfoLog
打印 INFO 等级的日志
info(Throwable, String, Object...) - 接口 中的方法cn.hutool.log.level.InfoLog
打印 INFO 等级的日志
info(String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Info等级日志,小于Warn
由于动态获取Log,效率较低,建议在非频繁调用的情况下使用!!
info(Log, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Info等级日志,小于Warn
InfoLog - cn.hutool.log.level中的接口
INFO级别日志接口
isDebugEnabled() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
isDebugEnabled() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
isDebugEnabled() - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
isDebugEnabled() - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
isDebugEnabled() - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
isDebugEnabled() - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
isDebugEnabled() - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
isDebugEnabled() - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
isDebugEnabled() - 接口 中的方法cn.hutool.log.level.DebugLog
 
isEnabled(Level) - 类 中的方法cn.hutool.log.AbstractLog
 
isEnabled(Level) - 接口 中的方法cn.hutool.log.Log
是否开启指定日志
isErrorEnabled() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
isErrorEnabled() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
isErrorEnabled() - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
isErrorEnabled() - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
isErrorEnabled() - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
isErrorEnabled() - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
isErrorEnabled() - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
isErrorEnabled() - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
isErrorEnabled() - 接口 中的方法cn.hutool.log.level.ErrorLog
 
isInfoEnabled() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
isInfoEnabled() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
isInfoEnabled() - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
isInfoEnabled() - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
isInfoEnabled() - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
isInfoEnabled() - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
isInfoEnabled() - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
isInfoEnabled() - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
isInfoEnabled() - 接口 中的方法cn.hutool.log.level.InfoLog
 
isTraceEnabled() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
isTraceEnabled() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
isTraceEnabled() - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
isTraceEnabled() - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
isTraceEnabled() - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
isTraceEnabled() - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
isTraceEnabled() - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
isTraceEnabled() - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
isTraceEnabled() - 接口 中的方法cn.hutool.log.level.TraceLog
 
isWarnEnabled() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
isWarnEnabled() - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
isWarnEnabled() - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
isWarnEnabled() - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
isWarnEnabled() - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
isWarnEnabled() - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
isWarnEnabled() - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
isWarnEnabled() - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
isWarnEnabled() - 接口 中的方法cn.hutool.log.level.WarnLog
 

J

JdkLog - cn.hutool.log.dialect.jdk中的类
JdkLog(Logger) - 类 的构造器cn.hutool.log.dialect.jdk.JdkLog
 
JdkLog(Class<?>) - 类 的构造器cn.hutool.log.dialect.jdk.JdkLog
 
JdkLog(String) - 类 的构造器cn.hutool.log.dialect.jdk.JdkLog
 
JdkLogFactory - cn.hutool.log.dialect.jdk中的类
JDK日志工厂类 java.util.logging log.
JdkLogFactory() - 类 的构造器cn.hutool.log.dialect.jdk.JdkLogFactory
 

L

Level - cn.hutool.log.level中的枚举
日志等级
LocationAwareLog - cn.hutool.log中的接口
位置感知日志接口,此接口用于通过传入当前全类名的方式来感知日志打印的行号
此方法主要用于在继续封装日志实现的时候行号错误的问题,继续封装时传入封装类的全类名即可解决这个问题
log(Level, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
log(Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
log(Level, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
log(Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
log(String, Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
log(Level, String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
log(Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
log(Level, String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
log(Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
log(String, Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
log(Level, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
log(Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
log(String, Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
log(Level, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
log(Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
log(String, Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
log(Level, String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
log(Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
log(String, Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
log(Level, String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
log(Level, Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
log(String, Level, Throwable, String, Object...) - 接口 中的方法cn.hutool.log.LocationAwareLog
打印 指定级别的日志
Log - cn.hutool.log中的接口
日志统一接口
log(Level, String, Object...) - 接口 中的方法cn.hutool.log.Log
打印指定级别的日志
log(Level, Throwable, String, Object...) - 接口 中的方法cn.hutool.log.Log
打印 指定级别的日志
log(Level, Throwable, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
打印日志
log(Log, Level, Throwable, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
打印日志
Log4j2Log - cn.hutool.log.dialect.log4j2中的类
Log4j2Log(Logger) - 类 的构造器cn.hutool.log.dialect.log4j2.Log4j2Log
 
Log4j2Log(Class<?>) - 类 的构造器cn.hutool.log.dialect.log4j2.Log4j2Log
 
Log4j2Log(String) - 类 的构造器cn.hutool.log.dialect.log4j2.Log4j2Log
 
Log4j2LogFactory - cn.hutool.log.dialect.log4j2中的类
Log4j2LogFactory() - 类 的构造器cn.hutool.log.dialect.log4j2.Log4j2LogFactory
 
Log4jLog - cn.hutool.log.dialect.log4j中的类
Log4jLog(Logger) - 类 的构造器cn.hutool.log.dialect.log4j.Log4jLog
 
Log4jLog(Class<?>) - 类 的构造器cn.hutool.log.dialect.log4j.Log4jLog
 
Log4jLog(String) - 类 的构造器cn.hutool.log.dialect.log4j.Log4jLog
 
Log4jLogFactory - cn.hutool.log.dialect.log4j中的类
Log4jLogFactory() - 类 的构造器cn.hutool.log.dialect.log4j.Log4jLogFactory
 
LogFactory - cn.hutool.log中的类
日志工厂类
LogFactory(String) - 类 的构造器cn.hutool.log.LogFactory
 

S

setCurrentLogFactory(Class<? extends LogFactory>) - 类 中的静态方法cn.hutool.log.LogFactory
自定义日志实现
setCurrentLogFactory(LogFactory) - 类 中的静态方法cn.hutool.log.LogFactory
自定义日志实现
Slf4jLog - cn.hutool.log.dialect.slf4j中的类
SLF4J log.
Slf4jLog(Logger) - 类 的构造器cn.hutool.log.dialect.slf4j.Slf4jLog
 
Slf4jLog(Class<?>) - 类 的构造器cn.hutool.log.dialect.slf4j.Slf4jLog
 
Slf4jLog(String) - 类 的构造器cn.hutool.log.dialect.slf4j.Slf4jLog
 
Slf4jLogFactory - cn.hutool.log.dialect.slf4j中的类
SLF4J log.
Slf4jLogFactory() - 类 的构造器cn.hutool.log.dialect.slf4j.Slf4jLogFactory
 
Slf4jLogFactory(boolean) - 类 的构造器cn.hutool.log.dialect.slf4j.Slf4jLogFactory
构造
StaticLog - cn.hutool.log中的类
静态日志类,用于在不引入日志对象的情况下打印日志

T

TinyLog - cn.hutool.log.dialect.tinylog中的类
tinylog log.
TinyLog(Class<?>) - 类 的构造器cn.hutool.log.dialect.tinylog.TinyLog
 
TinyLog(String) - 类 的构造器cn.hutool.log.dialect.tinylog.TinyLog
 
TinyLogFactory - cn.hutool.log.dialect.tinylog中的类
TinyLog log.
TinyLogFactory() - 类 的构造器cn.hutool.log.dialect.tinylog.TinyLogFactory
构造
trace(Throwable) - 类 中的方法cn.hutool.log.AbstractLog
 
trace(String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
trace(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
trace(String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
trace(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
trace(String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
trace(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
trace(String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
trace(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
trace(String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
trace(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
trace(String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
trace(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
trace(String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
trace(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
trace(String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
trace(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
trace(Throwable) - 接口 中的方法cn.hutool.log.level.TraceLog
打印 TRACE 等级的日志
trace(String, Object...) - 接口 中的方法cn.hutool.log.level.TraceLog
打印 TRACE 等级的日志
trace(Throwable, String, Object...) - 接口 中的方法cn.hutool.log.level.TraceLog
打印 TRACE 等级的日志
trace(String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Trace等级日志,小于debug
由于动态获取Log,效率较低,建议在非频繁调用的情况下使用!!
trace(Log, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Trace等级日志,小于Debug
TraceLog - cn.hutool.log.level中的接口
TRACE级别日志接口

V

valueOf(String) - 枚举 中的静态方法cn.hutool.log.level.Level
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.hutool.log.level.Level
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

warn(Throwable) - 类 中的方法cn.hutool.log.AbstractLog
 
warn(String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
warn(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog
 
warn(String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
warn(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.commons.ApacheCommonsLog4JLog
 
warn(String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
warn(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.console.ConsoleLog
 
warn(String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
warn(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.jdk.JdkLog
 
warn(String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
warn(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j.Log4jLog
 
warn(String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
warn(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.log4j2.Log4j2Log
 
warn(String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
warn(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.slf4j.Slf4jLog
 
warn(String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
warn(Throwable, String, Object...) - 类 中的方法cn.hutool.log.dialect.tinylog.TinyLog
 
warn(Throwable) - 接口 中的方法cn.hutool.log.level.WarnLog
打印 WARN 等级的日志
warn(String, Object...) - 接口 中的方法cn.hutool.log.level.WarnLog
打印 WARN 等级的日志
warn(Throwable, String, Object...) - 接口 中的方法cn.hutool.log.level.WarnLog
打印 WARN 等级的日志
warn(String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Warn等级日志,小于Error
由于动态获取Log,效率较低,建议在非频繁调用的情况下使用!!
warn(Log, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Warn等级日志,小于Error
warn(Throwable, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Warn等级日志,小于Error
由于动态获取Log,效率较低,建议在非频繁调用的情况下使用!!
warn(Log, Throwable, String, Object...) - 类 中的静态方法cn.hutool.log.StaticLog
Warn等级日志,小于Error
WarnLog - cn.hutool.log.level中的接口
WARN级别日志接口
A C D E G I J L S T V W 

Copyright © 2018. All rights reserved.