Alphabetical Index

A C D E F G I J L M N O R S T W

A

attributes - field in class org.apache.commons.logging.impl.Log4jFactory
The configuration attributes for this LogFactory.
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
category - field in class org.apache.commons.logging.impl.Log4JCategoryLog
Log to this category
cause - field in class org.apache.commons.logging.LogConfigurationException
The underlying cause of this exception.
classAndMethodFound - field in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
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
debug(Object) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with debug log level.
debug(Object) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with debug log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with DEBUG priority.
debug(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with DEBUG priority.
debug(Object) - method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with DEBUG priority.
debug(Object) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
debug(Object) - method in class org.apache.commons.logging.impl.SimpleLog
Log a message with debug log level.
debug(Object,Throwable) - method in class org.apache.commons.logging.impl.AvalonLogger
debug(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with debug log level.
debug(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with debug log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with DEBUG priority.
debug(Object,Throwable) - method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with DEBUG priority.
debug(Object,Throwable) - method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with DEBUG priority.
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
Log an error with debug log level.
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

E

error(Object) - method in class org.apache.commons.logging.impl.AvalonLogger
error(Object) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with error log level.
error(Object) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with error log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with ERROR priority.
error(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with ERROR priority.
error(Object) - method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with ERROR priority.
error(Object) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
error(Object) - method in class org.apache.commons.logging.impl.SimpleLog
Log a message with error log level.
error(Object,Throwable) - method in class org.apache.commons.logging.impl.AvalonLogger
error(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with error log level.
error(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with error log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with ERROR priority.
error(Object,Throwable) - method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with ERROR priority.
error(Object,Throwable) - method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with ERROR priority.
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
Log an error with error log level.

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 of the properties file to search for.
FACTORY_PROPERTY - static field in class org.apache.commons.logging.LogFactory
The name of the property used to identify the LogFactory implementation class name.
fatal(Object) - method in class org.apache.commons.logging.impl.AvalonLogger
fatal(Object) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with fatal log level.
fatal(Object) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with fatal log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with FATAL priority.
fatal(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with FATAL priority.
fatal(Object) - method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with FATAL_ERROR priority.
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 fatal log level.
fatal(Object,Throwable) - method in class org.apache.commons.logging.impl.AvalonLogger
fatal(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with fatal log level.
fatal(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with fatal log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with FATAL priority.
fatal(Object,Throwable) - method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with FATAL priority.
fatal(Object,Throwable) - method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with FATAL_ERROR priority.
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
Log an error with fatal log level.
FQCN - static field in class org.apache.commons.logging.impl.Log4JCategoryLog
The fully qualified name of the Log4JCategoryLog class.
FQCN - static field in class org.apache.commons.logging.impl.Log4JLogger
The fully qualified name of the Log4JLogger class.

G

getAttribute(String) - method in class org.apache.commons.logging.impl.Log4jFactory
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.
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.impl.Log4jFactory
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.
getAttributeNames() - method in class org.apache.commons.logging.impl.LogFactoryImpl
Return an array containing the names of all currently defined configuration attributes.
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
Return the native Category instance we are using.
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.
getContextClassLoader() - static method in class org.apache.commons.logging.LogFactory
Return the thread context class loader if available.
getContextClassLoader() - static method in class org.apache.commons.logging.impl.SimpleLog
Return the thread context class loader if available.
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
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.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.impl.Log4jFactory
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.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
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.
getResourceAsStream(ClassLoader,String) - static method in class org.apache.commons.logging.LogFactory
getResourceAsStream(String) - static method in class org.apache.commons.logging.impl.SimpleLog
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

I

info(Object) - method in class org.apache.commons.logging.impl.AvalonLogger
info(Object) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with info log level.
info(Object) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with info log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with INFO priority.
info(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with INFO priority.
info(Object) - method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with INFO priority.
info(Object) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
info(Object) - method in class org.apache.commons.logging.impl.SimpleLog
Log a message with info log level.
info(Object,Throwable) - method in class org.apache.commons.logging.impl.AvalonLogger
info(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with info log level.
info(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with info log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with INFO priority.
info(Object,Throwable) - method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with INFO priority.
info(Object,Throwable) - method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with INFO priority.
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
Log an error with info log level.
instances - field in class org.apache.commons.logging.impl.Log4jFactory
instances - field in class org.apache.commons.logging.impl.LogFactoryImpl
The Log instances that have already been created, keyed by logger name.
is12 - static field in class org.apache.commons.logging.impl.Log4JLogger
isDebugEnabled() - method in class org.apache.commons.logging.impl.AvalonLogger
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.Log4JCategoryLog
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.LogKitLogger
Check 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.

isErrorEnabled() - method in class org.apache.commons.logging.impl.AvalonLogger
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.Log4JCategoryLog
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.LogKitLogger
Check 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
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.Log4JCategoryLog
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.LogKitLogger
Check 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
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.Log4JCategoryLog
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.LogKitLogger
Check 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?
isTraceEnabled() - method in class org.apache.commons.logging.impl.AvalonLogger
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.Log4JCategoryLog
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.LogKitLogger
Check 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
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.Log4JCategoryLog
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.LogKitLogger
Check 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.

L

loadClass(String) - static method in class org.apache.commons.logging.impl.LogFactoryImpl
MUST KEEP THIS METHOD PRIVATE.
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
Log4JCategoryLog - class org.apache.commons.logging.impl.Log4JCategoryLog
Implementation of Log that maps directly to a Log4J Category.
Log4JCategoryLog() - constructor for class org.apache.commons.logging.impl.Log4JCategoryLog
Log4JCategoryLog(Category) - constructor for class org.apache.commons.logging.impl.Log4JCategoryLog
For use with a log4j factory.
Log4JCategoryLog(String) - constructor for class org.apache.commons.logging.impl.Log4JCategoryLog
Base constructor.
Log4jFactory - class org.apache.commons.logging.impl.Log4jFactory
Concrete subclass of LogFactory specific to log4j.
Log4jFactory() - constructor for class org.apache.commons.logging.impl.Log4jFactory
Protected constructor that is not available for public use.
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 Log4J Logger.
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_INTERFACE - static field in class org.apache.commons.logging.impl.LogFactoryImpl
The name of the Log interface class.
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 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 the old LogSource 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.
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
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
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.

N

name - field in class org.apache.commons.logging.impl.AvalonLogger
The name of this logger
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
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

O

Simple wrapper API around multiple logging APIs.
Concrete implementations of commons-logging wrapper APIs.

R

release() - method in class org.apache.commons.logging.impl.Log4jFactory
Release any internal references to previously created Log instances returned by this factory.
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.
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.
removeAttribute(String) - method in class org.apache.commons.logging.impl.Log4jFactory
Remove any configuration attribute associated with the specified name.
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
setAttribute(String,Object) - method in class org.apache.commons.logging.impl.Log4jFactory
Set the configuration attribute with the specified name.
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.
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
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

trace(Object) - method in class org.apache.commons.logging.impl.AvalonLogger
trace(Object) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with trace log level.
trace(Object) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with trace log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with TRACE priority.
trace(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with TRACE priority.
trace(Object) - method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with DEBUG priority.
trace(Object) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
trace(Object) - method in class org.apache.commons.logging.impl.SimpleLog
Log a message with trace log level.
trace(Object,Throwable) - method in class org.apache.commons.logging.impl.AvalonLogger
trace(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with trace log level.
trace(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with trace log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with TRACE priority.
trace(Object,Throwable) - method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with TRACE priority.
trace(Object,Throwable) - method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with DEBUG priority.
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
Log an error with trace log level.

W

warn(Object) - method in class org.apache.commons.logging.impl.AvalonLogger
warn(Object) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with warn log level.
warn(Object) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with warn log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with WARN priority.
warn(Object) - method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with WARN priority.
warn(Object) - method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with WARN priority.
warn(Object) - method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
warn(Object) - method in class org.apache.commons.logging.impl.SimpleLog
Log a message with warn log level.
warn(Object,Throwable) - method in class org.apache.commons.logging.impl.AvalonLogger
warn(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with warn log level.
warn(Object,Throwable) - method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with warn log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with WARN priority.
warn(Object,Throwable) - method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with WARN priority.
warn(Object,Throwable) - method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with WARN priority.
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
Log an error with warn log level.
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.