Index

D E F G I L N O R S T W 
All Classes and Interfaces|All Packages|Serialized Form

D

debug(Object) - 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 class org.apache.commons.logging.impl.NoOpLog
 
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) - Method in interface org.apache.commons.logging.Log
Logs a message with error log level.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
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) - Method in interface org.apache.commons.logging.Log
Logs a message with fatal log level.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Logs an error with fatal log level.

G

getAttribute(String) - Method in class org.apache.commons.logging.LogFactoryService
Deprecated.
 
getAttributeNames() - Method in class org.apache.commons.logging.LogFactoryService
Deprecated.
 
getFactory() - Static method in class org.apache.commons.logging.LogFactory
getInstance(Class<?>) - Method in class org.apache.commons.logging.LogFactory
Deprecated.
getInstance(Class<?>) - Method in class org.apache.commons.logging.LogFactoryService
Deprecated.
 
getInstance(String) - Method in class org.apache.commons.logging.LogFactory
Deprecated.
getInstance(String) - Method in class org.apache.commons.logging.LogFactoryService
Deprecated.
 
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) - Method in interface org.apache.commons.logging.Log
Logs a message with info log level.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
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
 
LogFactoryService - Class in org.apache.commons.logging
Deprecated.
since it is only meant to be used in the above-mentioned fallback scenario
LogFactoryService() - Constructor for class org.apache.commons.logging.LogFactoryService
Deprecated.
 

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.

R

release() - Method in class org.apache.commons.logging.LogFactoryService
Deprecated.
 
removeAttribute(String) - Method in class org.apache.commons.logging.LogFactoryService
Deprecated.
 

S

setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactoryService
Deprecated.
 
SimpleLog - Class in org.apache.commons.logging.impl
Deprecated.
in spring-jcl (effectively equivalent to NoOpLog)
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) - Method in interface org.apache.commons.logging.Log
Logs a message with trace log level.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
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) - Method in interface org.apache.commons.logging.Log
Logs a message with warn log level.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
 
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 R S T W 
All Classes and Interfaces|All Packages|Serialized Form