Alphabetical Index

A C D E F G H I J K L M N O P Q R S T U V W

A

ALLOW_FLAWED_CONTEXT_PROPERTY - static field in class org.apache.commons.logging.impl.LogFactoryImpl
The name (org.apache.commons.logging.Log.allowFlawedContext) of the system property which can be set true/false to determine system behaviour when a bad context-classloader is encountered.
ALLOW_FLAWED_DISCOVERY_PROPERTY - static field in class org.apache.commons.logging.impl.LogFactoryImpl
The name (org.apache.commons.logging.Log.allowFlawedDiscovery) of the system property which can be set true/false to determine system behaviour when a bad logging adapter class is encountered during logging discovery.
ALLOW_FLAWED_HIERARCHY_PROPERTY - static field in class org.apache.commons.logging.impl.LogFactoryImpl
The name (org.apache.commons.logging.Log.allowFlawedHierarchy) of the system property which can be set true/false to determine system behaviour when a logging adapter class is encountered which has bound to the wrong Log class implementation.
allowFlawedContext - field in class org.apache.commons.logging.impl.LogFactoryImpl
See getBaseClassLoader and initConfiguration.
allowFlawedDiscovery - field in class org.apache.commons.logging.impl.LogFactoryImpl
See handleFlawedDiscovery and initConfiguration.
allowFlawedHierarchy - field in class org.apache.commons.logging.impl.LogFactoryImpl
See handleFlawedHierarchy and initConfiguration.
attributes - field in class org.apache.commons.logging.impl.LogFactoryImpl
Configuration attributes.
AvalonLogger - class org.apache.commons.logging.impl.AvalonLogger
Implementation of commons-logging Log interface that delegates all logging calls to the Avalon logging abstraction: the Logger interface.
AvalonLogger(Logger) - constructor for class org.apache.commons.logging.impl.AvalonLogger
Constructs an AvalonLogger that outputs to the given Logger instance.
AvalonLogger(String) - constructor for class org.apache.commons.logging.impl.AvalonLogger
Constructs an AvalonLogger that will log to a child of the Logger set by calling setDefaultLogger(Logger).

C

cacheFactory(ClassLoader,org.apache.commons.logging.LogFactory) - static method in class org.apache.commons.logging.LogFactory
Remember this factory, so later calls to LogFactory.getCachedFactory can return the previously created object (together with all its cached Log objects).
cause - field in class org.apache.commons.logging.LogConfigurationException
The underlying cause of this exception.
changeCount - field in class org.apache.commons.logging.impl.WeakHashtable
classAndMethodFound - field in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
classesToDiscover - static field in class org.apache.commons.logging.impl.LogFactoryImpl
The names of classes that will be tried (in order) as logging adapters.
containsKey(Object) - method in class org.apache.commons.logging.impl.WeakHashtable
contextDestroyed(ServletContextEvent) - method in class org.apache.commons.logging.impl.ServletContextCleaner
Invoked when a webapp is undeployed, this tells the LogFactory class to release any logging information related to the current contextClassloader.
contextInitialized(ServletContextEvent) - method in class org.apache.commons.logging.impl.ServletContextCleaner
Invoked when a webapp is deployed.
createFactory(String,ClassLoader) - static method in class org.apache.commons.logging.LogFactory
Implements the operations described in the javadoc for newFactory.
createFactoryStore() - static method in class org.apache.commons.logging.LogFactory
Create the hashtable which will be used to store a map of (context-classloader -> logfactory-object).
createLogFromClass(String,String,boolean) - method in class org.apache.commons.logging.impl.LogFactoryImpl
Attempts to load the given class, find a suitable constructor, and instantiate an instance of Log.
currentLogLevel - field in class org.apache.commons.logging.impl.SimpleLog
The current log level

D

dateFormatter - static field in class org.apache.commons.logging.impl.SimpleLog
Used to format times.
dateTimeFormat - static field 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.AvalonLogger
Logs a message with org.apache.avalon.framework.logger.Logger.debug.
debug(Object) - 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) - method in class org.apache.commons.logging.Log
Log a message with debug log level.
debug(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Logs a message with org.apache.log4j.Priority.DEBUG.
debug(Object) - 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) - 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.AvalonLogger
Logs a message with org.apache.avalon.framework.logger.Logger.debug.
debug(Object,Throwable) - 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.Jdk14Logger
Logs a message with java.util.logging.Level.FINE.
debug(Object,Throwable) - method in class org.apache.commons.logging.Log
Log an error with debug log level.
debug(Object,Throwable) - 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.LogKitLogger
Logs a message with org.apache.log.Priority.DEBUG.
debug(Object,Throwable) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
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.
DEFAULT_DATE_TIME_FORMAT - static field in class org.apache.commons.logging.impl.SimpleLog
The default format to use when formating dates
defaultLogger - static field in class org.apache.commons.logging.impl.AvalonLogger
Ancesteral avalon logger
diagnosticPrefix - static field 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.
diagnosticPrefix - field in class org.apache.commons.logging.impl.LogFactoryImpl
The string prefixed to every message output by the logDiagnostic method.
DIAGNOSTICS_DEST_PROPERTY - static field 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 field 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.
dummyLevel - static field 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 field 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.

E

elements() - method in class org.apache.commons.logging.impl.WeakHashtable
WeakHashtable.Entry - class org.apache.commons.logging.impl.WeakHashtable.Entry
Entry implementation
Entry(Object,Object) - constructor for class org.apache.commons.logging.impl.WeakHashtable.Entry
entrySet() - method in class org.apache.commons.logging.impl.WeakHashtable
equals(Object) - method in class org.apache.commons.logging.impl.WeakHashtable.Entry
equals(Object) - method in class org.apache.commons.logging.impl.WeakHashtable.Referenced
error(Object) - method in class org.apache.commons.logging.impl.AvalonLogger
Logs a message with org.apache.avalon.framework.logger.Logger.error.
error(Object) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Logs a message with java.util.logging.Level.SEVERE.
error(Object) - method in class org.apache.commons.logging.impl.Jdk14Logger
Logs a message with java.util.logging.Level.SEVERE.
error(Object) - method in class org.apache.commons.logging.Log
Log a message with error log level.
error(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Logs a message with org.apache.log4j.Priority.ERROR.
error(Object) - method in class org.apache.commons.logging.impl.LogKitLogger
Logs a message with org.apache.log.Priority.ERROR.
error(Object) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
error(Object) - method in class org.apache.commons.logging.impl.SimpleLog
Logs a message with org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR.
error(Object,Throwable) - method in class org.apache.commons.logging.impl.AvalonLogger
Logs a message with org.apache.avalon.framework.logger.Logger.error.
error(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Logs a message with java.util.logging.Level.SEVERE.
error(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk14Logger
Logs a message with java.util.logging.Level.SEVERE.
error(Object,Throwable) - method in class org.apache.commons.logging.Log
Log an error with error log level.
error(Object,Throwable) - method in class org.apache.commons.logging.impl.Log4JLogger
Logs a message with org.apache.log4j.Priority.ERROR.
error(Object,Throwable) - method in class org.apache.commons.logging.impl.LogKitLogger
Logs a message with org.apache.log.Priority.ERROR.
error(Object,Throwable) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
error(Object,Throwable) - method in class org.apache.commons.logging.impl.SimpleLog
Logs a message with org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR.

F

factories - static field in class org.apache.commons.logging.LogFactory
The previously constructed LogFactory instances, keyed by the ClassLoader with which it was created.
FACTORY_DEFAULT - static field 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 field in class org.apache.commons.logging.LogFactory
The name (commons-logging.properties) of the properties file to search for.
FACTORY_PROPERTY - static field 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) - 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.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) - method in class org.apache.commons.logging.Log
Log a message with fatal log level.
fatal(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Logs a message with org.apache.log4j.Priority.FATAL.
fatal(Object) - 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) - 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.AvalonLogger
Logs a message with org.apache.avalon.framework.logger.Logger.fatalError.
fatal(Object,Throwable) - 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.Jdk14Logger
Logs a message with java.util.logging.Level.SEVERE.
fatal(Object,Throwable) - method in class org.apache.commons.logging.Log
Log an error with fatal log level.
fatal(Object,Throwable) - 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.LogKitLogger
Logs a message with org.apache.log.Priority.FATAL_ERROR.
fatal(Object,Throwable) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
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.
findUserSpecifiedLogClassName() - method in class org.apache.commons.logging.impl.LogFactoryImpl
Checks system properties and the attribute map for a Log implementation specified by the user under the property names LOG_PROPERTY or LOG_PROPERTY_OLD.
FQCN - static field in class org.apache.commons.logging.impl.Log4JLogger
The fully qualified name of the Log4JLogger class.

G

get(Object) - method in class org.apache.commons.logging.impl.WeakHashtable
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.
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.
getAttributeNames() - method in class org.apache.commons.logging.LogFactory
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.
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)
getCause() - method in class 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.LogFactory
Safely get access to the classloader for the specified 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.
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.LogFactory
Returns the current context classloader.
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.
getContextClassLoaderInternal() - static method in class org.apache.commons.logging.LogFactory
Calls LogFactory.directGetContextClassLoader under the control of an AccessController class.
getContextClassLoaderInternal() - static method in class org.apache.commons.logging.impl.LogFactoryImpl
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.LogFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
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(Class) - static method in class org.apache.commons.logging.LogSource
Get a Log instance by class
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) - 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(String) - static method in class org.apache.commons.logging.LogSource
Get a Log instance by class name
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
Return the fully qualified Java classname of the Log implementation we will be using.
getLogConstructor() - method in class org.apache.commons.logging.impl.LogFactoryImpl
Return the Constructor that can be called to instantiate new Log instances.
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.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
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.
getParentClassLoader(ClassLoader) - method in class org.apache.commons.logging.impl.LogFactoryImpl
Fetch the parent classloader of a specified classloader.
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(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.
getResourceAsStream(String) - static method in class org.apache.commons.logging.impl.SimpleLog
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
getSystemProperty(String,String) - static method in class org.apache.commons.logging.LogFactory
Read the specified system property, using an AccessController so that the property can be read if JCL has been granted the appropriate security rights even if the calling code has not.
getSystemProperty(String,String) - static method in class org.apache.commons.logging.impl.LogFactoryImpl
Read the specified system property, using an AccessController so that the property can be read if JCL has been granted the appropriate security rights even if the calling code has not.
getValue() - method in class org.apache.commons.logging.impl.WeakHashtable.Entry
getValue() - method in class org.apache.commons.logging.impl.WeakHashtable.Referenced

H

handleFlawedDiscovery(String,ClassLoader,Throwable) - method in class org.apache.commons.logging.impl.LogFactoryImpl
Generates an internal diagnostic logging of the discovery failure and then throws a LogConfigurationException that wraps the passed Throwable.
handleFlawedHierarchy(ClassLoader,Class) - method in class org.apache.commons.logging.impl.LogFactoryImpl
Report a problem loading the log adapter, then either return (if the situation is considered recoverable) or throw a LogConfigurationException.
hashCode - field in class org.apache.commons.logging.impl.WeakHashtable.Referenced
hashCode() - method in class org.apache.commons.logging.impl.WeakHashtable.Entry
hashCode() - method in class org.apache.commons.logging.impl.WeakHashtable.Referenced
HASHTABLE_IMPLEMENTATION_PROPERTY - static field in class org.apache.commons.logging.LogFactory
Setting this system property (org.apache.commons.logging.LogFactory.HashtableImpl) value allows the Hashtable used to store classloaders to be substituted by an alternative implementation.

I

implementsLogFactory(Class) - static method in class org.apache.commons.logging.LogFactory
Determines whether the given class actually implements LogFactory.
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.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) - method in class org.apache.commons.logging.Log
Log a message with info log level.
info(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Logs a message with org.apache.log4j.Priority.INFO.
info(Object) - 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) - 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.AvalonLogger
Logs a message with org.apache.avalon.framework.logger.Logger.info.
info(Object,Throwable) - 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.Jdk14Logger
Logs a message with java.util.logging.Level.INFO.
info(Object,Throwable) - method in class org.apache.commons.logging.Log
Log an error with info log level.
info(Object,Throwable) - 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.LogKitLogger
Logs a message with org.apache.log.Priority.INFO.
info(Object,Throwable) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
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.
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() - static method in class org.apache.commons.logging.LogFactory
Determines whether the user wants internal diagnostic output.
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.
instances - field in class org.apache.commons.logging.impl.LogFactoryImpl
The Log instances that have already been created, keyed by logger name.
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.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.Log
Is debug logging currently enabled?

Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than debug.

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.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?

This allows expensive operations such as String concatenation to be avoided when the message will be ignored by the logger.

isDiagnosticsEnabled() - static method in class org.apache.commons.logging.LogFactory
Indicates true if the user has enabled internal logging.
isDiagnosticsEnabled() - static method in class org.apache.commons.logging.impl.LogFactoryImpl
Workaround for bug in Java1.2; in theory this method is not needed.
isEmpty() - method in class org.apache.commons.logging.impl.WeakHashtable
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.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.Log
Is error logging currently enabled?

Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than error.

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.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?

This allows expensive operations such as String concatenation to be avoided when the message will be ignored by the logger.

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.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.Log
Is fatal logging currently enabled?

Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than fatal.

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.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?

This allows expensive operations such as String concatenation to be avoided when the message will be ignored by the logger.

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.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.Log
Is info logging currently enabled?

Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than info.

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.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?

This allows expensive operations such as String concatenation to be avoided when the message will be ignored by the logger.

isJdk13LumberjackAvailable() - method in class org.apache.commons.logging.impl.LogFactoryImpl
Is JDK 1.3 with Lumberjack logging available?
isJdk14Available() - method in class org.apache.commons.logging.impl.LogFactoryImpl
Return true if JDK 1.4 or later logging is available.
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
Is a Log4J implementation available?
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.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.Log
Is trace logging currently enabled?

Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than trace.

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.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?

This allows expensive operations such as String concatenation to be avoided when the message will be ignored by the logger.

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.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.Log
Is warn logging currently enabled?

Call this method to prevent having to perform expensive operations (for example, String concatenation) when the log level is more than warn.

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.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?

This allows expensive operations such as String concatenation to be avoided when the message will be ignored by the logger.

J

Jdk13LumberjackLogger - class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Implementation of the org.apache.commons.logging.Log interface that wraps the standard JDK logging mechanisms that are available in SourceForge's Lumberjack for JDKs prior to 1.4.
Jdk13LumberjackLogger(String) - constructor for class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Construct a named instance of this Logger.
jdk14IsAvailable - static field in class org.apache.commons.logging.LogSource
Is JDK 1.4 logging available
Jdk14Logger - class org.apache.commons.logging.impl.Jdk14Logger
Implementation of the org.apache.commons.logging.Log interface that wraps the standard JDK logging mechanisms that were introduced in the Merlin release (JDK 1.4).
Jdk14Logger(String) - constructor for class org.apache.commons.logging.impl.Jdk14Logger
Construct a named instance of this Logger.

K

key - field in class org.apache.commons.logging.impl.WeakHashtable.Entry
keys() - method in class org.apache.commons.logging.impl.WeakHashtable
keySet() - method in class org.apache.commons.logging.impl.WeakHashtable

L

Log - interface org.apache.commons.logging.Log
A simple logging interface abstracting logging APIs.
log(int,Object,Throwable) - method in class org.apache.commons.logging.impl.SimpleLog
Do the actual logging.
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
log4jIsAvailable - static field in class org.apache.commons.logging.LogSource
Is log4j available (in the current classpath)
Log4JLogger - class org.apache.commons.logging.impl.Log4JLogger
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(Logger) - constructor for class org.apache.commons.logging.impl.Log4JLogger
For use with a log4j factory.
Log4JLogger(String) - constructor for class org.apache.commons.logging.impl.Log4JLogger
Base constructor.
LOG_LEVEL_ALL - static field in class org.apache.commons.logging.impl.SimpleLog
Enable all logging levels
LOG_LEVEL_DEBUG - static field in class org.apache.commons.logging.impl.SimpleLog
"Debug" level logging.
LOG_LEVEL_ERROR - static field in class org.apache.commons.logging.impl.SimpleLog
"Error" level logging.
LOG_LEVEL_FATAL - static field in class org.apache.commons.logging.impl.SimpleLog
"Fatal" level logging.
LOG_LEVEL_INFO - static field in class org.apache.commons.logging.impl.SimpleLog
"Info" level logging.
LOG_LEVEL_OFF - static field in class org.apache.commons.logging.impl.SimpleLog
Enable no logging levels
LOG_LEVEL_TRACE - static field in class org.apache.commons.logging.impl.SimpleLog
"Trace" level logging.
LOG_LEVEL_WARN - static field in class org.apache.commons.logging.impl.SimpleLog
"Warn" level logging.
LOG_PROPERTY - static field 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 field 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 - field in class org.apache.commons.logging.impl.LogFactoryImpl
Name of the class implementing the Log interface.
LogConfigurationException - class org.apache.commons.logging.LogConfigurationException
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
LogConfigurationException() - constructor for class org.apache.commons.logging.LogConfigurationException
Construct a new exception with null as its detail message.
LogConfigurationException(String) - constructor for class org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified detail message.
LogConfigurationException(String,Throwable) - constructor for class org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified detail message and cause.
LogConfigurationException(Throwable) - constructor for class org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified cause and a derived detail message.
logConstructor - field 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 - field in class org.apache.commons.logging.impl.LogFactoryImpl
The signature of the Constructor to be used.
logDiagnostic(String) - static method in class org.apache.commons.logging.LogFactory
Write the specified message to the internal logging destination.
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).
LogFactory - class org.apache.commons.logging.LogFactory
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 org.apache.commons.logging.impl.LogFactoryImpl
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 - field in class org.apache.commons.logging.impl.AvalonLogger
Avalon logger used to perform log
logger - field in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
The underlying Logger implementation we are using.
logger - field in class org.apache.commons.logging.impl.Jdk14Logger
The underlying Logger implementation we are using.
logger - field in class org.apache.commons.logging.impl.Log4JLogger
Log to this logger
logger - field in class org.apache.commons.logging.impl.LogKitLogger
Logging goes to this LogKit logger
LOGGING_IMPL_JDK14_LOGGER - static field in class org.apache.commons.logging.impl.LogFactoryImpl
Jdk14Logger class name
LOGGING_IMPL_LOG4J_LOGGER - static field in class org.apache.commons.logging.impl.LogFactoryImpl
Log4JLogger class name
LOGGING_IMPL_LUMBERJACK_LOGGER - static field in class org.apache.commons.logging.impl.LogFactoryImpl
Jdk13LumberjackLogger class name
LOGGING_IMPL_SIMPLE_LOGGER - static field 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 field in class org.apache.commons.logging.LogSource
Constructor for current log class
LogKitLogger - class org.apache.commons.logging.impl.LogKitLogger
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 - field in class org.apache.commons.logging.impl.LogFactoryImpl
The one-argument setLogFactory method of the selected Log method, if it exists.
logMethodSignature - field in class org.apache.commons.logging.impl.LogFactoryImpl
The signature of the setLogFactory method to be used.
logName - field 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.
logs - static field in class org.apache.commons.logging.LogSource
LogSource - class org.apache.commons.logging.LogSource
Factory for creating Log instances.
LogSource() - constructor for class org.apache.commons.logging.LogSource
Don't allow others to create instances

M

makeNewLogInstance(String) - static method in class org.apache.commons.logging.LogSource
Create a new Log implementation, based on the given name.
MAX_CHANGES_BEFORE_PURGE - static field in class org.apache.commons.logging.impl.WeakHashtable
The maximum number of times put() or remove() can be called before the map will be purged of all cleared entries.

N

name - field in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
name - field in class org.apache.commons.logging.impl.Jdk14Logger
The name of the logger we are wrapping.
name - field in class org.apache.commons.logging.impl.Log4JLogger
Logger name
name - field in class org.apache.commons.logging.impl.LogKitLogger
Name of this logger
newFactory(String,ClassLoader) - static method in class org.apache.commons.logging.LogFactory
Method provided for backwards compatibility; see newFactory version that takes 3 parameters.
newFactory(String,ClassLoader,ClassLoader) - static method in class org.apache.commons.logging.LogFactory
Return a new instance of the specified LogFactory implementation class, loaded by the specified class loader.
newInstance(String) - method in class org.apache.commons.logging.impl.LogFactoryImpl
Create and return a new Log instance for the specified name.
NoOpLog - class org.apache.commons.logging.impl.NoOpLog
Trivial implementation of Log that throws away all messages.
NoOpLog() - constructor for class org.apache.commons.logging.impl.NoOpLog
Convenience constructor
NoOpLog(String) - constructor for class org.apache.commons.logging.impl.NoOpLog
Base constructor
nullClassLoaderFactory - static field in class org.apache.commons.logging.LogFactory
Prevously constructed LogFactory instance as in the factories map, but for the case where getClassLoader returns null.

O

objectId(Object) - static method in class org.apache.commons.logging.LogFactory
Returns a string that uniquely identifies the specified object, including its class.
Simple wrapper API around multiple logging APIs.
Concrete implementations of commons-logging wrapper APIs.

P

PARTIAL_PURGE_COUNT - static field in class org.apache.commons.logging.impl.WeakHashtable
The maximum number of times put() or remove() can be called before the map will be purged of one cleared entry.
PKG_IMPL - static field in class org.apache.commons.logging.impl.LogFactoryImpl
PKG_LEN - static field in class org.apache.commons.logging.impl.LogFactoryImpl
PRIORITY_KEY - static field in class org.apache.commons.logging.LogFactory
The name (priority) of the key in the config file used to specify the priority of that particular config file.
purge() - method in class org.apache.commons.logging.impl.WeakHashtable
Purges all entries whose wrapped keys have been garbage collected.
purgeOne() - method in class org.apache.commons.logging.impl.WeakHashtable
Purges one entry whose wrapped key has been garbage collected.
put(Object,Object) - method in class org.apache.commons.logging.impl.WeakHashtable
putAll(Map) - method in class org.apache.commons.logging.impl.WeakHashtable

Q

queue - field in class org.apache.commons.logging.impl.WeakHashtable

R

reference - field in class org.apache.commons.logging.impl.WeakHashtable.Referenced
WeakHashtable.Referenced - class org.apache.commons.logging.impl.WeakHashtable.Referenced
Wrapper giving correct symantics for equals and hashcode
referenced - field in class org.apache.commons.logging.impl.WeakHashtable.WeakKey
Referenced(Object) - constructor for class org.apache.commons.logging.impl.WeakHashtable.Referenced
Referenced(Object,ReferenceQueue) - constructor for class org.apache.commons.logging.impl.WeakHashtable.Referenced
rehash() - method in class org.apache.commons.logging.impl.WeakHashtable
release() - method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created Log instances returned by this factory.
release() - method in class org.apache.commons.logging.impl.LogFactoryImpl
Release any internal references to previously created Log instances returned by this factory.
release(ClassLoader) - static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances that have been associated with the specified class loader (if any), after calling the instance method release() on each of them.
RELEASE_SIGNATURE - field in class org.apache.commons.logging.impl.ServletContextCleaner
releaseAll() - static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances, after calling the instance method release() on each of them.
remove(Object) - method in class org.apache.commons.logging.impl.WeakHashtable
removeAttribute(String) - method in class org.apache.commons.logging.LogFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - method in class org.apache.commons.logging.impl.LogFactoryImpl
Remove any configuration attribute associated with the specified name.

S

SERVICE_ID - static field in class org.apache.commons.logging.LogFactory
ServletContextCleaner - class org.apache.commons.logging.impl.ServletContextCleaner
This class is capable of receiving notifications about the undeployment of a webapp, and responds by ensuring that commons-logging releases all memory associated with the undeployed webapp.
setAttribute(String,Object) - method in class org.apache.commons.logging.LogFactory
Set the configuration attribute with the specified name.
setAttribute(String,Object) - method in class org.apache.commons.logging.impl.LogFactoryImpl
Set the configuration attribute with the specified name.
setDefaultLogger(Logger) - static method in class org.apache.commons.logging.impl.AvalonLogger
Sets the ancesteral Avalon logger from which the delegating loggers will descend.
setLevel(int) - method in class org.apache.commons.logging.impl.SimpleLog
Set logging level.
setLogImplementation(Class) - static method in class org.apache.commons.logging.LogSource
Set the log implementation/log implementation factory by class.
setLogImplementation(String) - static method in class org.apache.commons.logging.LogSource
Set the log implementation/log implementation factory by the name of the class.
setValue(Object) - method in class org.apache.commons.logging.impl.WeakHashtable.Entry
shortLogName - field in class org.apache.commons.logging.impl.SimpleLog
The short name of this simple log instance
showDateTime - static field in class org.apache.commons.logging.impl.SimpleLog
Include the current time in the log message
showLogName - static field in class org.apache.commons.logging.impl.SimpleLog
Include the instance name in the log message?
showShortName - static field in class org.apache.commons.logging.impl.SimpleLog
Include the short name ( last component ) of the logger in the log message.
SimpleLog - class org.apache.commons.logging.impl.SimpleLog
Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err.
SimpleLog(String) - constructor for class org.apache.commons.logging.impl.SimpleLog
Construct a simple log with given name.
simpleLogProps - static field in class org.apache.commons.logging.impl.SimpleLog
Properties loaded from simplelog.properties
size() - method in class org.apache.commons.logging.impl.WeakHashtable
sourceClassName - field in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
sourceMethodName - field in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
systemPrefix - static field in class org.apache.commons.logging.impl.SimpleLog
All system properties used by SimpleLog start with this

T

TCCL_KEY - static field 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.
thisClassLoader - static field in class org.apache.commons.logging.LogFactory
A reference to the classloader that loaded this class.
toString() - method in class org.apache.commons.logging.impl.WeakHashtable
trace(Object) - 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.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) - method in class org.apache.commons.logging.Log
Log a message with trace log level.
trace(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Logs a message with org.apache.log4j.Priority.TRACE.
trace(Object) - 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) - 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.AvalonLogger
Logs a message with org.apache.avalon.framework.logger.Logger.debug.
trace(Object,Throwable) - 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.Jdk14Logger
Logs a message with java.util.logging.Level.FINEST.
trace(Object,Throwable) - method in class org.apache.commons.logging.Log
Log an error with trace log level.
trace(Object,Throwable) - 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.LogKitLogger
Logs a message with org.apache.log.Priority.DEBUG.
trace(Object,Throwable) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
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.
traceLevel - static field in class org.apache.commons.logging.impl.Log4JLogger
trim(String) - static method in class org.apache.commons.logging.LogFactory
Utility method to safely trim a string.

U

useTCCL - field in class org.apache.commons.logging.impl.LogFactoryImpl
Determines whether logging classes should be loaded using the thread-context classloader, or via the classloader that loaded this LogFactoryImpl class.

V

value - field in class org.apache.commons.logging.impl.WeakHashtable.Entry
values() - method in class org.apache.commons.logging.impl.WeakHashtable

W

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.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) - method in class org.apache.commons.logging.Log
Log a message with warn log level.
warn(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Logs a message with org.apache.log4j.Priority.WARN.
warn(Object) - 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) - 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.AvalonLogger
Logs a message with org.apache.avalon.framework.logger.Logger.warn.
warn(Object,Throwable) - 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.Jdk14Logger
Logs a message with java.util.logging.Level.WARNING.
warn(Object,Throwable) - method in class org.apache.commons.logging.Log
Log an error with warn log level.
warn(Object,Throwable) - 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.LogKitLogger
Logs a message with org.apache.log.Priority.WARN.
warn(Object,Throwable) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
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.
WEAK_HASHTABLE_CLASSNAME - static field in class org.apache.commons.logging.LogFactory
Name used to load the weak hashtable implementation by names
WeakHashtable - class org.apache.commons.logging.impl.WeakHashtable
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.WeakKey - class org.apache.commons.logging.impl.WeakHashtable.WeakKey
WeakReference subclass that holds a hard reference to an associated value and also makes accessible the Referenced object holding it.
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.

Copyright 2002-2004 The Apache Software Foundation.