跳过导航链接
spring-jcl
D E F G I L N O S T W 

D

debug(Object) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
debug(Object, Throwable) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
debug(Object) - 接口 中的方法org.apache.commons.logging.Log
Logs a message with debug log level.
debug(Object, Throwable) - 接口 中的方法org.apache.commons.logging.Log
Logs an error with debug log level.

E

error(Object) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
error(Object, Throwable) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
error(Object) - 接口 中的方法org.apache.commons.logging.Log
Logs a message with error log level.
error(Object, Throwable) - 接口 中的方法org.apache.commons.logging.Log
Logs an error with error log level.

F

fatal(Object) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
fatal(Object, Throwable) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
fatal(Object) - 接口 中的方法org.apache.commons.logging.Log
Logs a message with fatal log level.
fatal(Object, Throwable) - 接口 中的方法org.apache.commons.logging.Log
Logs an error with fatal log level.

G

getFactory() - 类 中的静态方法org.apache.commons.logging.LogFactory
已过时。
getInstance(Class<?>) - 类 中的方法org.apache.commons.logging.LogFactory
已过时。
in favor of getLog(Class)
getInstance(String) - 类 中的方法org.apache.commons.logging.LogFactory
已过时。
in favor of getLog(String)
getLog(Class<?>) - 类 中的静态方法org.apache.commons.logging.LogFactory
Convenience method to return a named logger.
getLog(String) - 类 中的静态方法org.apache.commons.logging.LogFactory
Convenience method to return a named logger.

I

info(Object) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
info(Object, Throwable) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
info(Object) - 接口 中的方法org.apache.commons.logging.Log
Logs a message with info log level.
info(Object, Throwable) - 接口 中的方法org.apache.commons.logging.Log
Logs an error with info log level.
isDebugEnabled() - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
isDebugEnabled() - 接口 中的方法org.apache.commons.logging.Log
Is debug logging currently enabled?
isErrorEnabled() - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
isErrorEnabled() - 接口 中的方法org.apache.commons.logging.Log
Is error logging currently enabled?
isFatalEnabled() - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
isFatalEnabled() - 接口 中的方法org.apache.commons.logging.Log
Is fatal logging currently enabled?
isInfoEnabled() - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
isInfoEnabled() - 接口 中的方法org.apache.commons.logging.Log
Is info logging currently enabled?
isTraceEnabled() - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
isTraceEnabled() - 接口 中的方法org.apache.commons.logging.Log
Is trace logging currently enabled?
isWarnEnabled() - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
isWarnEnabled() - 接口 中的方法org.apache.commons.logging.Log
Is warn logging currently enabled?

L

Log - org.apache.commons.logging中的接口
A simple logging interface abstracting logging APIs.
LogFactory - org.apache.commons.logging中的类
A minimal incarnation of Apache Commons Logging's LogFactory API, providing just the common Log lookup methods.
LogFactory() - 类 的构造器org.apache.commons.logging.LogFactory
 

N

NoOpLog - org.apache.commons.logging.impl中的类
Trivial implementation of Log that throws away all messages.
NoOpLog() - 类 的构造器org.apache.commons.logging.impl.NoOpLog
 
NoOpLog(String) - 类 的构造器org.apache.commons.logging.impl.NoOpLog
 

O

org.apache.commons.logging - 程序包 org.apache.commons.logging
Spring's variant of the Commons Logging API: with special support for Log4J 2, SLF4J and java.util.logging.
org.apache.commons.logging.impl - 程序包 org.apache.commons.logging.impl
Spring's variant of the Commons Logging API: with special support for Log4J 2, SLF4J and java.util.logging.

S

SimpleLog - org.apache.commons.logging.impl中的类
已过时。
in spring-jcl (effectively equivalent to NoOpLog)
SimpleLog(String) - 类 的构造器org.apache.commons.logging.impl.SimpleLog
已过时。
 

T

trace(Object) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
trace(Object, Throwable) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
trace(Object) - 接口 中的方法org.apache.commons.logging.Log
Logs a message with trace log level.
trace(Object, Throwable) - 接口 中的方法org.apache.commons.logging.Log
Logs an error with trace log level.

W

warn(Object) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
warn(Object, Throwable) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
 
warn(Object) - 接口 中的方法org.apache.commons.logging.Log
Logs a message with warn log level.
warn(Object, Throwable) - 接口 中的方法org.apache.commons.logging.Log
Logs an error with warn log level.
D E F G I L N O S T W 
跳过导航链接
spring-jcl