JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
spring-jcl
Prev
Next
Frames
No Frames
All Classes
D
E
F
G
I
L
N
O
S
T
W
D
debug(Object)
- Method in class org.apache.commons.logging.impl.
NoOpLog
debug(Object, Throwable)
- Method in class org.apache.commons.logging.impl.
NoOpLog
debug(Object)
- Method in interface org.apache.commons.logging.
Log
Logs a message with debug log level.
debug(Object, Throwable)
- Method in interface org.apache.commons.logging.
Log
Logs an error with debug log level.
E
error(Object)
- Method in class org.apache.commons.logging.impl.
NoOpLog
error(Object, Throwable)
- Method in class org.apache.commons.logging.impl.
NoOpLog
error(Object)
- Method in interface org.apache.commons.logging.
Log
Logs a message with error log level.
error(Object, Throwable)
- Method in interface org.apache.commons.logging.
Log
Logs an error with error log level.
F
fatal(Object)
- Method in class org.apache.commons.logging.impl.
NoOpLog
fatal(Object, Throwable)
- Method in class org.apache.commons.logging.impl.
NoOpLog
fatal(Object)
- Method in interface org.apache.commons.logging.
Log
Logs a message with fatal log level.
fatal(Object, Throwable)
- Method in interface org.apache.commons.logging.
Log
Logs an error with fatal log level.
G
getFactory()
- Static method in class org.apache.commons.logging.
LogFactory
Deprecated.
in favor of
LogFactory.getLog(Class)
/
LogFactory.getLog(String)
getInstance(Class<?>)
- Method in class org.apache.commons.logging.
LogFactory
Deprecated.
in favor of
LogFactory.getLog(Class)
getInstance(String)
- Method in class org.apache.commons.logging.
LogFactory
Deprecated.
in favor of
LogFactory.getLog(String)
getLog(Class<?>)
- Static method in class org.apache.commons.logging.
LogFactory
Convenience method to return a named logger.
getLog(String)
- Static method in class org.apache.commons.logging.
LogFactory
Convenience method to return a named logger.
I
info(Object)
- Method in class org.apache.commons.logging.impl.
NoOpLog
info(Object, Throwable)
- Method in class org.apache.commons.logging.impl.
NoOpLog
info(Object)
- Method in interface org.apache.commons.logging.
Log
Logs a message with info log level.
info(Object, Throwable)
- Method in interface org.apache.commons.logging.
Log
Logs an error with info log level.
isDebugEnabled()
- Method in class org.apache.commons.logging.impl.
NoOpLog
isDebugEnabled()
- Method in interface org.apache.commons.logging.
Log
Is debug logging currently enabled?
isErrorEnabled()
- Method in class org.apache.commons.logging.impl.
NoOpLog
isErrorEnabled()
- Method in interface org.apache.commons.logging.
Log
Is error logging currently enabled?
isFatalEnabled()
- Method in class org.apache.commons.logging.impl.
NoOpLog
isFatalEnabled()
- Method in interface org.apache.commons.logging.
Log
Is fatal logging currently enabled?
isInfoEnabled()
- Method in class org.apache.commons.logging.impl.
NoOpLog
isInfoEnabled()
- Method in interface org.apache.commons.logging.
Log
Is info logging currently enabled?
isTraceEnabled()
- Method in class org.apache.commons.logging.impl.
NoOpLog
isTraceEnabled()
- Method in interface org.apache.commons.logging.
Log
Is trace logging currently enabled?
isWarnEnabled()
- Method in class org.apache.commons.logging.impl.
NoOpLog
isWarnEnabled()
- Method in interface org.apache.commons.logging.
Log
Is warn logging currently enabled?
L
Log
- Interface in
org.apache.commons.logging
A simple logging interface abstracting logging APIs.
LogFactory
- Class in
org.apache.commons.logging
A minimal incarnation of Apache Commons Logging's
LogFactory
API, providing just the common
Log
lookup methods.
LogFactory()
- Constructor for class org.apache.commons.logging.
LogFactory
N
NoOpLog
- Class in
org.apache.commons.logging.impl
Trivial implementation of
Log
that throws away all messages.
NoOpLog()
- Constructor for class org.apache.commons.logging.impl.
NoOpLog
NoOpLog(String)
- Constructor for class org.apache.commons.logging.impl.
NoOpLog
O
org.apache.commons.logging
- package 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
- package 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
- Class in
org.apache.commons.logging.impl
Deprecated.
SimpleLog(String)
- Constructor for class org.apache.commons.logging.impl.
SimpleLog
Deprecated.
T
trace(Object)
- Method in class org.apache.commons.logging.impl.
NoOpLog
trace(Object, Throwable)
- Method in class org.apache.commons.logging.impl.
NoOpLog
trace(Object)
- Method in interface org.apache.commons.logging.
Log
Logs a message with trace log level.
trace(Object, Throwable)
- Method in interface org.apache.commons.logging.
Log
Logs an error with trace log level.
W
warn(Object)
- Method in class org.apache.commons.logging.impl.
NoOpLog
warn(Object, Throwable)
- Method in class org.apache.commons.logging.impl.
NoOpLog
warn(Object)
- Method in interface org.apache.commons.logging.
Log
Logs a message with warn log level.
warn(Object, Throwable)
- Method in interface org.apache.commons.logging.
Log
Logs an error with warn log level.
D
E
F
G
I
L
N
O
S
T
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
spring-jcl
Prev
Next
Frames
No Frames
All Classes