C D E F G I L O R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- cause - Variable in exception org.apache.commons.logging.LogConfigurationException
-
The underlying cause of this exception.
D
- debug(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with debug log level.
- debug(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with debug log level.
E
- error(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with error log level.
- error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with error log level.
F
- fatal(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with fatal log level.
- fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with fatal log level.
G
- getAttribute(String) - Method in class org.apache.commons.logging.LogFactory
-
Return the configuration attribute with the specified name (if any), or
nullif there is no such attribute. - getAttributeNames() - Method in class org.apache.commons.logging.LogFactory
-
Return an array containing the names of all currently defined configuration attributes.
- getCause() - Method in exception org.apache.commons.logging.LogConfigurationException
-
Return the underlying cause of this exception (if any).
- getFactory() - Static method in class org.apache.commons.logging.LogFactory
- getInstance(Class) - Method in class org.apache.commons.logging.LogFactory
-
Convenience method to derive a name from the specified class and call
getInstance(String)with it. - getInstance(String) - Method in class org.apache.commons.logging.LogFactory
-
Construct (if necessary) and return a
Loginstance, using the factory's current set of configuration attributes. - getLog(Class) - Static method in class org.apache.commons.logging.LogFactory
-
Convenience method to return a named logger, without the application having to care about factories.
- getLog(String) - Static method in class org.apache.commons.logging.LogFactory
-
Convenience method to return a named logger, without the application having to care about factories.
- getLogLevel() - Method in interface org.apache.commons.logging.Log
-
Returns the LogLevel of the Logger.
I
- info(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with info log level.
- info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with info log level.
- isDebugEnabled() - Method in interface org.apache.commons.logging.Log
-
Is debug logging currently enabled?
- isErrorEnabled() - Method in interface org.apache.commons.logging.Log
-
Is error logging currently enabled?
- isFatalEnabled() - Method in interface org.apache.commons.logging.Log
-
Is fatal logging currently enabled?
- isInfoEnabled() - Method in interface org.apache.commons.logging.Log
-
Is info logging currently enabled?
- isTraceEnabled() - Method in interface org.apache.commons.logging.Log
-
Is trace logging currently enabled?
- 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.
- LogConfigurationException - Exception in org.apache.commons.logging
-
An exception that is thrown only if a suitable
LogFactoryorLoginstance cannot be created by the corresponding factory methods. - LogConfigurationException() - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with
nullas its detail message. - LogConfigurationException(String) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified detail message.
- LogConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified detail message and cause.
- LogConfigurationException(Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified cause and a derived detail message.
- LogFactory - Class in org.apache.commons.logging
-
This is an adaptation of the Jakarta Commons Logging API that returns a logger that does nothing.
O
- org.apache.commons.logging - package org.apache.commons.logging
R
- release() - Static method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
Loginstances returned by this factory. - release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
LogFactoryinstances that have been associated with the specified class loader (if any), after calling the instance methodrelease()on each of them. - releaseAll() - Static method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
LogFactoryinstances, after calling the instance methodrelease()on each of them. - removeAttribute(String) - Method in class org.apache.commons.logging.LogFactory
-
Remove any configuration attribute associated with the specified name.
S
- setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
-
Set the configuration attribute with the specified name.
T
- trace(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with trace log level.
- trace(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with trace log level.
W
- warn(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with warn log level.
- warn(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with warn log level.
All Classes All Packages