- dateFormatter - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Used to format times
- dateTimeFormat - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The date and time format to use in the log message
- debug(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- debug(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with debug log level.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with debug log level.
- debug(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- debug(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- 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.
- DEFAULT_DATE_TIME_FORMAT - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The default format to use when formatting dates
- DIAGNOSTICS_DEST_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (org.apache.commons.logging.diagnostics.dest
) of
the property used to enable internal commons-logging diagnostic output, in
order to get information on what logging implementations are being
discovered, what classloaders they are loaded through, etc.
- directGetContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- factories - Static variable in class org.apache.commons.logging.LogFactory
-
The previously constructed LogFactory
instances, keyed by
the ClassLoader
with which it was created.
- FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
-
The fully qualified class name of the fallback LogFactory
implementation class to use, if no other can be found.
- FACTORY_PROPERTIES - Static variable in class org.apache.commons.logging.LogFactory
-
The name of the properties file to search for.
- FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
-
The name of the property used to identify the LogFactory implementation
class name.
- fatal(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- fatal(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with fatal log level.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with fatal log level.
- fatal(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the error
method of the wrapped org.slf4j.Logger
instance.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the
error method of the wrapped org.slf4j.Logger
instance.
- fatal(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the error
method of the wrapped org.slf4j.Logger
instance.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the
error method of the wrapped org.slf4j.Logger
instance.
- 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.
- getAttribute(String) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Return the configuration attribute with the specified name (if any), or
null
if there is no such attribute.
- getAttribute(String) - Method in class org.apache.commons.logging.LogFactory
-
Return the configuration attribute with the specified name (if any), or
null
if there is no such attribute.
- getAttributeNames() - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Return an array containing the names of all currently defined configuration
attributes.
- 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).
- getClassLoader(Class) - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- getFactory() - Static method in class org.apache.commons.logging.LogFactory
-
Construct (if necessary) and return a LogFactory
instance,
using the following ordered lookup procedure to determine the name of the
implementation class to be loaded.
- getInstance(Class) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
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.impl.SLF4JLogFactory
-
Construct (if necessary) and return a Log
instance, using
the factory's current set of configuration attributes.
- 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 Log
instance, using
the factory's current set of configuration attributes.
- getLevel() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Get logging level.
- 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.
- info(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- info(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with info log level.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with info log level.
- info(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- info(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- 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 class org.apache.commons.logging.impl.NoOpLog
-
Debug is never enabled.
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are debug messages currently enabled?
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isDebugEnabled() - Method in interface org.apache.commons.logging.Log
-
Is debug logging currently enabled?
- isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Error is never enabled.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are error messages currently enabled?
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isErrorEnabled() - Method in interface org.apache.commons.logging.Log
-
Is error logging currently enabled?
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Fatal is never enabled.
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are fatal messages currently enabled?
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Delegates to the isErrorEnabled method of the wrapped
org.slf4j.Logger
instance.
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Delegates to the isErrorEnabled method of the wrapped
org.slf4j.Logger
instance.
- isFatalEnabled() - Method in interface org.apache.commons.logging.Log
-
Is fatal logging currently enabled?
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Info is never enabled.
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are info messages currently enabled?
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isInfoEnabled() - Method in interface org.apache.commons.logging.Log
-
Is info logging currently enabled?
- isLevelEnabled(int) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Is the given log level currently enabled?
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Trace is never enabled.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are trace messages currently enabled?
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Delegates to the isTraceEnabled method of the wrapped
org.slf4j.Logger
instance.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Delegates to the isDebugEnabled method of the wrapped
org.slf4j.Logger
instance.
- isTraceEnabled() - Method in interface org.apache.commons.logging.Log
-
Is trace logging currently enabled?
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Warn is never enabled.
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are warn messages currently enabled?
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isWarnEnabled() - Method in interface org.apache.commons.logging.Log
-
Is warn logging currently enabled?