- 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, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Logs a message with
org.apache.avalon.framework.logger.Logger.debug
.
- debug(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Logs a message with
org.apache.avalon.framework.logger.Logger.debug
.
- debug(Object) - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log a message to the Log4j Logger with DEBUG
priority.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log an error to the Log4j Logger with DEBUG
priority.
- debug(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Logs a message with java.util.logging.Level.FINE
.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Logs a message with java.util.logging.Level.FINE
.
- debug(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Logs a message with java.util.logging.Level.FINE
.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Logs a message with java.util.logging.Level.FINE
.
- debug(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Log a message to the Log4j Category with DEBUG
priority.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Log an error to the Log4j Category with DEBUG
priority.
- debug(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.DEBUG
.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.DEBUG
.
- DEBUG - Variable in class org.apache.commons.logging.impl.Log4jProxy
-
- debug(Object) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- debug(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Logs a message with org.apache.log.Priority.DEBUG
.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Logs a message with org.apache.log.Priority.DEBUG
.
- 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
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG
.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG
.
- 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 formating dates
- DefaultLog4JLogger - Class in org.apache.commons.logging.impl
-
Implementation of
Log
that maps directly to a Log4J
Logger.
- DefaultLog4JLogger() - Constructor for class org.apache.commons.logging.impl.DefaultLog4JLogger
-
- DefaultLog4JLogger(String) - Constructor for class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Base constructor.
- DefaultLog4JLogger(Logger) - Constructor for class org.apache.commons.logging.impl.DefaultLog4JLogger
-
For use with a log4j factory.
- defaultLogger - Static variable in class org.apache.commons.logging.impl.AvalonLogger
-
Ancesteral avalon logger
- diagnosticPrefix - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
The string prefixed to every message output by the logDiagnostic method.
- diagnosticPrefix - Static variable in class org.apache.commons.logging.LogFactory
-
A string that gets prefixed to every message output by the
logDiagnostic method, so that users can clearly see which
LogFactory class is generating the output.
- 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.
- diagnosticsStream - Static variable in class org.apache.commons.logging.LogFactory
-
When null (the usual case), no diagnostic output will be
generated by LogFactory or LogFactoryImpl.
- directGetContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
Return the thread context class loader if available; otherwise return
null.
- discoverLogImplementation(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Attempts to create a Log instance for the given category name.
- displayClassInfo(Class, StringBuffer) - Static method in class org.apache.commons.logging.impl.Log4jProxy
-
- dummyLevel - Static variable in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
This member variable simply ensures that any attempt to initialise
this class in a pre-1.4 JVM will result in an ExceptionInInitializerError.
- dummyLevel - Static variable in class org.apache.commons.logging.impl.Jdk14Logger
-
This member variable simply ensures that any attempt to initialise
this class in a pre-1.4 JVM will result in an ExceptionInInitializerError.
- 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 (commons-logging.properties
) of the properties file to search for.
- FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (org.apache.commons.logging.LogFactory
) of the property
used to identify the LogFactory implementation
class name.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Logs a message with
org.apache.avalon.framework.logger.Logger.fatalError
.
- fatal(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Logs a message with
org.apache.avalon.framework.logger.Logger.fatalError
.
- fatal(Object) - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log a message to the Log4j Logger with FATAL
priority.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log an error to the Log4j Logger with FATAL
priority.
- fatal(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Logs a message with java.util.logging.Level.SEVERE
.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Logs a message with java.util.logging.Level.SEVERE
.
- fatal(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Logs a message with java.util.logging.Level.SEVERE
.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Logs a message with java.util.logging.Level.SEVERE
.
- fatal(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Log a message to the Log4j Category with FATAL
priority.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Log an error to the Log4j Category with FATAL
priority.
- fatal(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.FATAL
.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.FATAL
.
- FATAL - Variable in class org.apache.commons.logging.impl.Log4jProxy
-
The jboss custom Level for TRACE
- fatal(Object) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- fatal(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Logs a message with org.apache.log.Priority.FATAL_ERROR
.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Logs a message with org.apache.log.Priority.FATAL_ERROR
.
- 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
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL
.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL
.
- 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.
- findUserSpecifiedLogClassName() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
- FQCN - Static variable in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
The fully qualified name of the Log4JLogger class.
- FQCN - Static variable in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
The fully qualified name of the Log4JCategoryLog class.
- get(Object) - Method in class org.apache.commons.logging.impl.WeakHashtable
-
- getAttribute(String) - Method in class org.apache.commons.logging.impl.Log4jFactory
-
Deprecated.
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.impl.LogFactoryImpl
-
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.Log4jFactory
-
Deprecated.
Return an array containing the names of all currently defined
configuration attributes.
- getAttributeNames() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
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.
- getBaseClassLoader() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Return the classloader from which we should try to load the logging
adapter classes.
- getBooleanConfiguration(String, boolean) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Get the setting for the user-configurable behaviour specified by key.
- getBooleanProperty(String, boolean) - Static method in class org.apache.commons.logging.impl.SimpleLog
-
- getCachedFactory(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
Check cached factories (keyed by contextClassLoader)
- getCategory() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Return the native Category instance we are using.
- getCause() - Method in exception org.apache.commons.logging.LogConfigurationException
-
Return the underlying cause of this exception (if any).
- getClassAndMethod() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Gets the class and method by looking at the stack trace for the
first entry that is not this class.
- getClassLoader(Class) - Static method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Workaround for bug in Java1.2; in theory this method is not needed.
- getClassLoader(Class) - Static method in class org.apache.commons.logging.LogFactory
-
Safely get access to the classloader for the specified class.
- getClassLoaderURLs(ClassLoader) - Static method in class org.apache.commons.logging.impl.Log4jProxy
-
Use reflection to access a URL[] getURLs or URL[] getClasspath method so
that non-URLClassLoader class loaders, or class loaders that override
getURLs to return null or empty, can provide the true classpath info.
- getConfigurationFile(ClassLoader, String) - Static method in class org.apache.commons.logging.LogFactory
-
Locate a user-provided configuration file.
- getConfigurationValue(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Attempt to find an attribute (see method setAttribute) or a
system property with the provided name and return its value.
- getContextClassLoader() - Static method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Gets the context classloader.
- getContextClassLoader() - Static method in class org.apache.commons.logging.impl.SimpleLog
-
Return the thread context class loader if available.
- getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
Calls LogFactory.directGetContextClassLoader under the control of an
AccessController class.
- 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.Log4jFactory
-
Deprecated.
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.Log4jFactory
-
Deprecated.
- getInstance(Class) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
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.LogFactoryImpl
-
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.
- getInstance(String) - Static method in class org.apache.commons.logging.LogSource
-
Deprecated.
Get a Log
instance by class name
- getInstance(Class) - Static method in class org.apache.commons.logging.LogSource
-
Deprecated.
Get a Log
instance by class
- getKey() - Method in class org.apache.commons.logging.impl.WeakHashtable.Entry
-
- 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.
- getLogClassName() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Deprecated.
Never invoked by this class; subclasses should not assume
it will be.
- getLogConstructor() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Deprecated.
Never invoked by this class; subclasses should not assume
it will be.
- getLogger() - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Gets the Avalon logger implementation used to perform logging.
- getLogger() - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Return the native Logger instance we are using.
- getLogger() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Return the native Logger instance we are using.
- getLogger() - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Return the native Logger instance we are using.
- getLogger() - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Return the native Logger instance we are using.
- getLogger() - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Return the underlying Logger we are using.
- getLogNames() - Static method in class org.apache.commons.logging.LogSource
-
Deprecated.
Returns a String
array containing the names of
all logs known to me.
- getLowestClassLoader(ClassLoader, ClassLoader) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Given two related classloaders, return the one which is a child of
the other.
- getProperties(URL) - Static method in class org.apache.commons.logging.LogFactory
-
Given a URL that refers to a .properties file, load that file.
- getReferenced() - Method in class org.apache.commons.logging.impl.WeakHashtable.WeakKey
-
- getResourceAsStream(String) - Static method in class org.apache.commons.logging.impl.SimpleLog
-
- getResourceAsStream(ClassLoader, String) - Static method in class org.apache.commons.logging.LogFactory
-
Applets may run in an environment where accessing resources of a loader is
a secure operation, but where the commons-logging library has explicitly
been granted permission for that operation.
- getResources(ClassLoader, String) - Static method in class org.apache.commons.logging.LogFactory
-
Given a filename, return an enumeration of URLs pointing to
all the occurrences of that filename in the classpath.
- getStringProperty(String) - Static method in class org.apache.commons.logging.impl.SimpleLog
-
- getStringProperty(String, String) - Static method in class org.apache.commons.logging.impl.SimpleLog
-
- getTrace() - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
- getValue() - Method in class org.apache.commons.logging.impl.WeakHashtable.Entry
-
- getValue() - Method in class org.apache.commons.logging.impl.WeakHashtable.Referenced
-
- implementsLogFactory(Class) - Static method in class org.apache.commons.logging.LogFactory
-
Determines whether the given class actually implements LogFactory
.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Logs a message with
org.apache.avalon.framework.logger.Logger.info
.
- info(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Logs a message with
org.apache.avalon.framework.logger.Logger.info
.
- info(Object) - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log a message to the Log4j Logger with INFO
priority.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log an error to the Log4j Logger with INFO
priority.
- info(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Logs a message with java.util.logging.Level.INFO
.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Logs a message with java.util.logging.Level.INFO
.
- info(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Logs a message with java.util.logging.Level.INFO
.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Logs a message with java.util.logging.Level.INFO
.
- info(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Log a message to the Log4j Category with INFO
priority.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Log an error to the Log4j Category with INFO
priority.
- info(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.INFO
.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.INFO
.
- INFO - Variable in class org.apache.commons.logging.impl.Log4jProxy
-
- info(Object) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- info(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Logs a message with org.apache.log.Priority.INFO
.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Logs a message with org.apache.log.Priority.INFO
.
- 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
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO
.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO
.
- 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.
- informUponSimilarName(StringBuffer, String, String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Appends message if the given name is similar to the candidate.
- initConfiguration() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Initialize a number of variables that control the behaviour of this
class and that can be tweaked by the user.
- initDiagnostics() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Calculate and cache a string that uniquely identifies this instance,
including which classloader the object was loaded from.
- initDiagnostics() - Static method in class org.apache.commons.logging.LogFactory
-
Determines whether the user wants internal diagnostic output.
- instances - Variable in class org.apache.commons.logging.impl.Log4jFactory
-
Deprecated.
- instances - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
The
Log
instances that have
already been created, keyed by logger name.
- is12 - Static variable in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Is logging to
org.apache.avalon.framework.logger.Logger.debug
enabled?
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Check whether the Log4j Logger used is enabled for DEBUG
priority.
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Check whether the Log4j Category used is enabled for DEBUG
priority.
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for DEBUG
priority.
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Checks whether the LogKit
logger will log messages of priority DEBUG
.
- 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 interface org.apache.commons.logging.Log
-
Is debug logging currently enabled?
- isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Workaround for bug in Java1.2; in theory this method is not needed.
- isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.LogFactory
-
Indicates true if the user has enabled internal logging.
- isEmpty() - Method in class org.apache.commons.logging.impl.WeakHashtable
-
- isEnabledFor - Variable in class org.apache.commons.logging.impl.Log4jProxy
-
isEnabledFor(Priority level)
- isEnabledFor(Object) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Is logging to
org.apache.avalon.framework.logger.Logger.error
enabled?
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Check whether the Log4j Logger used is enabled for ERROR
priority.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Is error logging currently enabled?
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Is error logging currently enabled?
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Check whether the Log4j Category used is enabled for ERROR
priority.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for ERROR
priority.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Checks whether the LogKit
logger will log messages of priority ERROR
.
- 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 interface org.apache.commons.logging.Log
-
Is error logging currently enabled?
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Is logging to
org.apache.avalon.framework.logger.Logger.fatalError
enabled?
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Check whether the Log4j Logger used is enabled for FATAL
priority.
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Is fatal logging currently enabled?
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Is fatal logging currently enabled?
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Check whether the Log4j Category used is enabled for FATAL
priority.
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for FATAL
priority.
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Checks whether the LogKit
logger will log messages of priority FATAL_ERROR
.
- 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 interface org.apache.commons.logging.Log
-
Is fatal logging currently enabled?
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Is logging to
org.apache.avalon.framework.logger.Logger.info
enabled?
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Check whether the Log4j Logger used is enabled for INFO
priority.
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Is info logging currently enabled?
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Is info logging currently enabled?
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Check whether the Log4j Category used is enabled for INFO
priority.
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for INFO
priority.
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Checks whether the LogKit
logger will log messages of priority INFO
.
- 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 interface org.apache.commons.logging.Log
-
Is info logging currently enabled?
- isJdk13LumberjackAvailable() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Deprecated.
Never invoked by this class; subclasses should not assume
it will be.
- isJdk14Available() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Deprecated.
Never invoked by this class; subclasses should not assume
it will be.
- isLevelEnabled(int) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Is the given log level currently enabled?
- isLog4JAvailable() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Deprecated.
Never invoked by this class; subclasses should not assume
it will be.
- isLogLibraryAvailable(String, String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Utility method to check whether a particular logging library is
present and available for use.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Is logging to
org.apache.avalon.framework.logger.Logger.debug
enabled?
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Check whether the Log4j Logger used is enabled for TRACE
priority.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Is trace logging currently enabled?
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Is trace logging currently enabled?
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Check whether the Log4j Category used is enabled for TRACE
priority.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for TRACE
priority.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Checks whether the LogKit
logger will log messages of priority DEBUG
.
- 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 interface org.apache.commons.logging.Log
-
Is trace logging currently enabled?
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Is logging to
org.apache.avalon.framework.logger.Logger.warn
enabled?
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Check whether the Log4j Logger used is enabled for WARN
priority.
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Is warn logging currently enabled?
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Is warn logging currently enabled?
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Check whether the Log4j Category used is enabled for WARN
priority.
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for WARN
priority.
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Checks whether the LogKit
logger will log messages of priority WARN
.
- 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 interface org.apache.commons.logging.Log
-
Is warn logging currently enabled?
- log(Level, String, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
- log(Level, String, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
- log - Variable in class org.apache.commons.logging.impl.Log4jProxy
-
log(String callerFQCN, Priority level, Object message, Throwable t)
- log(Object, Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- log(int, Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Do the actual logging.
- Log - Interface in org.apache.commons.logging
-
A simple logging interface abstracting logging APIs.
- Log4JCategoryLog - Class in org.apache.commons.logging.impl
-
- Log4JCategoryLog() - Constructor for class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
- Log4JCategoryLog(String) - Constructor for class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Base constructor.
- Log4JCategoryLog(Category) - Constructor for class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
For use with a log4j factory.
- Log4jFactory - Class in org.apache.commons.logging.impl
-
Deprecated.
Per discussion on COMMONS-DEV, the behind-the-scenes use
of this class as a proxy factory has been removed. For 1.0, you
can still request it directly if you wish, but it doesn't really
do anything useful, and will be removed in 1.1.
- Log4jFactory() - Constructor for class org.apache.commons.logging.impl.Log4jFactory
-
Deprecated.
- log4jIsAvailable - Static variable in class org.apache.commons.logging.LogSource
-
Deprecated.
Is log4j available (in the current classpath)
- Log4JLogger - Class in org.apache.commons.logging.impl
-
Implementation of
Log
that maps directly to a
Logger for log4J version 1.2.
- Log4JLogger() - Constructor for class org.apache.commons.logging.impl.Log4JLogger
-
- Log4JLogger(String) - Constructor for class org.apache.commons.logging.impl.Log4JLogger
-
Base constructor.
- Log4jProxy - Class in org.apache.commons.logging.impl
-
A Log implementation that reflectively queries for the log4j Logger methods
using the current thread context class loader.
- Log4jProxy(String) - Constructor for class org.apache.commons.logging.impl.Log4jProxy
-
- LOG_LEVEL_ALL - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Enable all logging levels
- LOG_LEVEL_DEBUG - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Debug" level logging.
- LOG_LEVEL_ERROR - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Error" level logging.
- LOG_LEVEL_FATAL - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Fatal" level logging.
- LOG_LEVEL_INFO - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Info" level logging.
- LOG_LEVEL_OFF - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Enable no logging levels
- LOG_LEVEL_TRACE - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Trace" level logging.
- LOG_LEVEL_WARN - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Warn" level logging.
- LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
The name (
org.apache.commons.logging.Log
) of the system
property identifying our
Log
implementation class.
- LOG_PROPERTY_OLD - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
The deprecated system property used for backwards compatibility with
old versions of JCL.
- logClassLoaderEnvironment(Class) - Static method in class org.apache.commons.logging.LogFactory
-
Generate useful diagnostics regarding the classloader tree for
the specified class.
- logClassName - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
Name of the class implementing the Log interface.
- LogConfigurationException - Exception in org.apache.commons.logging
-
An exception that is thrown only if a suitable LogFactory
or Log
instance cannot be created by the corresponding
factory methods.
- LogConfigurationException() - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with null
as its detail message.
- LogConfigurationException(String) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified detail message.
- LogConfigurationException(Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified cause and a derived
detail message.
- LogConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified detail message and cause.
- logConstructor - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
The one-argument constructor of the
Log
implementation class that will be used to create new instances.
- logConstructorSignature - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
The signature of the Constructor to be used.
- logDiagnostic(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Output a diagnostic message to a user-specified destination (if the
user has enabled diagnostic logging).
- logDiagnostic(String) - Static method in class org.apache.commons.logging.LogFactory
-
Write the specified message to the internal logging destination.
- LogFactory - Class in org.apache.commons.logging
-
Factory for creating
Log
instances, with discovery and
configuration features similar to that employed by standard Java APIs
such as JAXP.
- LogFactory() - Constructor for class org.apache.commons.logging.LogFactory
-
Protected constructor that is not available for public use.
- LogFactoryImpl - Class in org.apache.commons.logging.impl
-
Concrete subclass of
LogFactory
that implements the
following algorithm to dynamically select a logging implementation
class to instantiate a wrapper for.
- LogFactoryImpl() - Constructor for class org.apache.commons.logging.impl.LogFactoryImpl
-
Public no-arguments constructor required by the lookup mechanism.
- logger - Variable in class org.apache.commons.logging.impl.AvalonLogger
-
Avalon logger used to perform log
- logger - Variable in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log to this logger
- logger - Variable in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
The underlying Logger implementation we are using.
- logger - Variable in class org.apache.commons.logging.impl.Jdk14Logger
-
The underlying Logger implementation we are using.
- logger - Variable in class org.apache.commons.logging.impl.Log4jProxy
-
The log4j Logger
- logger - Variable in class org.apache.commons.logging.impl.LogKitLogger
-
Logging goes to this LogKit
logger
- LOGGING_IMPL_JDK14_LOGGER - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
Jdk14Logger class name
- LOGGING_IMPL_LOG4J_LOGGER - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
Log4JLogger class name
- LOGGING_IMPL_LUMBERJACK_LOGGER - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
Jdk13LumberjackLogger class name
- LOGGING_IMPL_SIMPLE_LOGGER - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
SimpleLog class name
- logHierarchy(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
Logs diagnostic messages about the given classloader
and it's hierarchy.
- logImplctor - Static variable in class org.apache.commons.logging.LogSource
-
Deprecated.
Constructor for current log class
- LogKitLogger - Class in org.apache.commons.logging.impl
-
Implementation of
org.apache.commons.logging.Log
that wraps the
avalon-logkit
logging system.
- LogKitLogger(String) - Constructor for class org.apache.commons.logging.impl.LogKitLogger
-
Construct LogKitLogger
which wraps the LogKit
logger with given name.
- logMethod - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
The one-argument
setLogFactory
method of the selected
Log
method, if it exists.
- logMethodSignature - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
-
The signature of the setLogFactory
method to be used.
- logName - Variable in class org.apache.commons.logging.impl.SimpleLog
-
The name of this simple log instance
- logRawDiagnostic(String) - Static method in class org.apache.commons.logging.LogFactory
-
Write the specified message to the internal logging destination.
- logRawDiagnostic(String, Throwable) - Static method in class org.apache.commons.logging.LogFactory
-
- logs - Static variable in class org.apache.commons.logging.LogSource
-
Deprecated.
- LogSource - Class in org.apache.commons.logging
-
Deprecated.
Use LogFactory
instead - The default factory
implementation performs exactly the same algorithm as this class did
- LogSource() - Constructor for class org.apache.commons.logging.LogSource
-
Deprecated.
Don't allow others to create instances
- TCCL_KEY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (use_tccl
) of the key in the config file used
to specify whether logging classes should be loaded via the thread
context class loader (TCCL), or not.
- theLogger - Variable in class org.apache.commons.logging.impl.Log4JLogger
-
- thisClassLoader - Static variable in class org.apache.commons.logging.LogFactory
-
A reference to the classloader that loaded this class.
- threadContextClassLoader() - Static method in class org.apache.commons.logging.impl.Log4jProxy
-
- toString() - Method in class org.apache.commons.logging.impl.WeakHashtable
-
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Logs a message with
org.apache.avalon.framework.logger.Logger.debug
.
- trace(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Logs a message with
org.apache.avalon.framework.logger.Logger.debug
.
- TRACE - Variable in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
- trace(Object) - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log a message to the Log4j Logger with TRACE
priority.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log an error to the Log4j Logger with TRACE
priority.
- trace(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Logs a message with java.util.logging.Level.FINEST
.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Logs a message with java.util.logging.Level.FINEST
.
- trace(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Logs a message with java.util.logging.Level.FINEST
.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Logs a message with java.util.logging.Level.FINEST
.
- trace(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Log a message to the Log4j Category with TRACE
priority.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Log an error to the Log4j Category with TRACE
priority.
- trace(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.TRACE
.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.TRACE
.
- TRACE - Variable in class org.apache.commons.logging.impl.Log4jProxy
-
- trace(Object) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- trace(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Logs a message with org.apache.log.Priority.DEBUG
.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Logs a message with org.apache.log.Priority.DEBUG
.
- trace(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- trace(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE
.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE
.
- 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.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Logs a message with
org.apache.avalon.framework.logger.Logger.warn
.
- warn(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
-
Logs a message with
org.apache.avalon.framework.logger.Logger.warn
.
- warn(Object) - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log a message to the Log4j Logger with WARN
priority.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.DefaultLog4JLogger
-
Log an error to the Log4j Logger with WARN
priority.
- warn(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Logs a message with java.util.logging.Level.WARNING
.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
-
Logs a message with java.util.logging.Level.WARNING
.
- warn(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Logs a message with java.util.logging.Level.WARNING
.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
-
Logs a message with java.util.logging.Level.WARNING
.
- warn(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Log a message to the Log4j Category with WARN
priority.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
-
Deprecated.
Log an error to the Log4j Category with WARN
priority.
- warn(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.WARN
.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.WARN
.
- WARN - Variable in class org.apache.commons.logging.impl.Log4jProxy
-
- warn(Object) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4jProxy
-
- warn(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Logs a message with org.apache.log.Priority.WARN
.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
-
Logs a message with org.apache.log.Priority.WARN
.
- warn(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- warn(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN
.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN
.
- 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.
- WEAK_HASHTABLE_CLASSNAME - Static variable in class org.apache.commons.logging.LogFactory
-
Name used to load the weak hashtable implementation by names
- WeakHashtable - Class in org.apache.commons.logging.impl
-
Implementation of Hashtable
that uses WeakReference
's
to hold its keys thus allowing them to be reclaimed by the garbage collector.
- WeakHashtable() - Constructor for class org.apache.commons.logging.impl.WeakHashtable
-
Constructs a WeakHashtable with the Hashtable default
capacity and load factor.
- WeakHashtable.Entry - Class in org.apache.commons.logging.impl
-
Entry implementation
- WeakHashtable.Entry(Object, Object) - Constructor for class org.apache.commons.logging.impl.WeakHashtable.Entry
-
- WeakHashtable.Referenced - Class in org.apache.commons.logging.impl
-
Wrapper giving correct symantics for equals and hashcode
- WeakHashtable.Referenced(Object) - Constructor for class org.apache.commons.logging.impl.WeakHashtable.Referenced
-
- WeakHashtable.Referenced(Object, ReferenceQueue) - Constructor for class org.apache.commons.logging.impl.WeakHashtable.Referenced
-
- WeakHashtable.WeakKey - Class in org.apache.commons.logging.impl
-
WeakReference subclass that holds a hard reference to an
associated value
and also makes accessible
the Referenced object holding it.
- WeakHashtable.WeakKey(Object, ReferenceQueue, WeakHashtable.Referenced) - Constructor for class org.apache.commons.logging.impl.WeakHashtable.WeakKey
-
- write(StringBuffer) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Write the content of the message accumulated in the specified
StringBuffer
to the appropriate output destination.