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

A

attributes - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
Configuration attributes
attributes - Variable in class org.apache.commons.logging.impl.Log4jFactory
The configuration attributes for this LogFactory.

C

cacheFactory(ClassLoader, LogFactory) - Static method in class org.apache.commons.logging.LogFactory
 
category - Variable in class org.apache.commons.logging.impl.Log4JCategoryLog
Log to this category
cause - Variable in class org.apache.commons.logging.LogConfigurationException
The underlying cause of this exception.
currentLogLevel - Variable in class org.apache.commons.logging.impl.SimpleLog
The current log level

D

dateFormatter - Static variable in class org.apache.commons.logging.impl.SimpleLog
Used to format times
debug(Object) - Method in interface org.apache.commons.logging.Log
Log a message with debug log level.
debug(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with debug log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with DEBUG priority.
debug(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with debug log level.
debug(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with debug log level.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with debug log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with DEBUG priority.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with debug log level.

E

error(Object) - Method in interface org.apache.commons.logging.Log
Log a message with error log level.
error(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with error log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with ERROR priority.
error(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with error log level.
error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with error log level.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with error log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with ERROR priority.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with error log level.

F

factories - Static variable in class org.apache.commons.logging.LogFactory
The previously constructed LogFactory instances, keyed by the ClassLoader with which it was created.
FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
The fully qualified class name of the fallback LogFactory implementation class to use, if no other can be found.
FACTORY_PROPERTIES - Static variable in class org.apache.commons.logging.LogFactory
The name of the properties file to search for.
FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
The name of the property used to identify the LogFactory implementation class name.
fatal(Object) - Method in interface org.apache.commons.logging.Log
Log a message with fatal log level.
fatal(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with fatal log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with FATAL priority.
fatal(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with fatal log level.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with fatal log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with FATAL priority.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with fatal log level.
FQCN - Static variable in class org.apache.commons.logging.impl.Log4JCategoryLog
The fully qualified name of the Log4JCategoryLog class.

G

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.
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.
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.
getAttributeNames() - Method in class org.apache.commons.logging.impl.Log4jFactory
Return an array containing the names of all currently defined configuration attributes.
getCachedFactory(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
Check cached factories (keyed by classLoader)
getCause() - Method in class org.apache.commons.logging.LogConfigurationException
Return the underlying cause of this exception (if any).
getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
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.LogFactory
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
Deprecated. Get a Log instance by class
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) - 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(String) - Method in class org.apache.commons.logging.LogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(String) - Static method in class org.apache.commons.logging.LogSource
Deprecated. Get a Log instance by class name
getInstance(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) - Method in class org.apache.commons.logging.impl.Log4jFactory
 
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.
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.Jdk14Logger
Return the native Logger instance we are using.
getLogNames() - Static method in class org.apache.commons.logging.LogSource
Deprecated. Returns a String array containing the names of all logs known to me.
guessConfig() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
 

I

info(Object) - Method in interface org.apache.commons.logging.Log
Log a message with info log level.
info(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with info log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with INFO priority.
info(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with info log level.
info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with info log level.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with info log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with INFO priority.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with info log level.
initialize() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
 
initialized - Static variable in class org.apache.commons.logging.impl.Log4JCategoryLog
 
instances - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The Log instances that have already been created, keyed by logger name.
instances - Variable in class org.apache.commons.logging.impl.Log4jFactory
 
isDebugEnabled() - Method in interface org.apache.commons.logging.Log
Is debug logging currently enabled?
isDebugEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are debug messages currently enabled?
isDebugEnabled() - Method in class org.apache.commons.logging.impl.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.Log4JCategoryLog
Check whether the Log4j Category used is enabled for DEBUG priority.
isDebugEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is debug logging currently enabled?
isErrorEnabled() - Method in interface org.apache.commons.logging.Log
Is error logging currently enabled?
isErrorEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are error messages currently enabled?
isErrorEnabled() - Method in class org.apache.commons.logging.impl.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.Log4JCategoryLog
Check whether the Log4j Category used is enabled for ERROR priority.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is error logging currently enabled?
isFatalEnabled() - Method in interface org.apache.commons.logging.Log
Is fatal logging currently enabled?
isFatalEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are fatal messages currently enabled?
isFatalEnabled() - Method in class org.apache.commons.logging.impl.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.Log4JCategoryLog
Check whether the Log4j Category used is enabled for FATAL priority.
isFatalEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is fatal logging currently enabled?
isInfoEnabled() - Method in interface org.apache.commons.logging.Log
Is info logging currently enabled?
isInfoEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are info messages currently enabled?
isInfoEnabled() - Method in class org.apache.commons.logging.impl.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.Log4JCategoryLog
Check whether the Log4j Category used is enabled for INFO priority.
isInfoEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is info logging currently enabled?
isJdk14Available() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Is JDK 1.4 or later logging 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 interface org.apache.commons.logging.Log
Is trace logging currently enabled?
isTraceEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are trace messages currently enabled?
isTraceEnabled() - Method in class org.apache.commons.logging.impl.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.Log4JCategoryLog
Check whether the Log4j Category used is enabled for TRACE priority.
isTraceEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is tace logging currently enabled?
isWarnEnabled() - Method in interface org.apache.commons.logging.Log
Is warning logging currently enabled?
isWarnEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are warn messages currently enabled?
isWarnEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority WARN.
isWarnEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Warning is never enabled.
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.Jdk14Logger
Is warning logging currently enabled?

J

jdk14IsAvailable - Static variable in class org.apache.commons.logging.LogSource
Deprecated. Is JD 1.4 logging available
Jdk14Logger - class org.apache.commons.logging.impl.Jdk14Logger.
Implementation of the org.apache.commons.logging.Log interfaces 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

LAYOUT - Static variable in class org.apache.commons.logging.impl.Log4JCategoryLog
 
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_DEFAULT - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
The fully qualified name of the default Log implementation.
LOG_LEVEL_ALL - Static variable in class org.apache.commons.logging.impl.SimpleLog
Enable all logging levels
LOG_LEVEL_DEBUG - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Debug" level logging.
LOG_LEVEL_ERROR - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Error" level logging.
LOG_LEVEL_FATAL - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Fatal" level logging.
LOG_LEVEL_INFO - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Info" level logging.
LOG_LEVEL_OFF - Static variable in class org.apache.commons.logging.impl.SimpleLog
Enable no logging levels
LOG_LEVEL_TRACE - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Trace" level logging.
LOG_LEVEL_WARN - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Warn" level logging.
LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
The name of the system property identifying our Log implementation class.
LOG_PROPERTY_OLD - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
The deprecated system property used for backwards compatibility with the old LogSource class.
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.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
 
log4jIsAvailable - Static variable in class org.apache.commons.logging.LogSource
Deprecated. Is log4j available (in the current classpath)
LogConfigurationException - exception 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 - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The one-argument constructor of the Log implementation class that will be used to create new instances.
logConstructorSignature - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The signature of the Constructor to be used.
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.
LogFactory$1 - class org.apache.commons.logging.LogFactory$1.
 
LogFactory$1() - Constructor for class org.apache.commons.logging.LogFactory$1
 
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.
LogFactoryImpl$1 - class org.apache.commons.logging.impl.LogFactoryImpl$1.
 
LogFactoryImpl$1(String) - Constructor for class org.apache.commons.logging.impl.LogFactoryImpl$1
 
logger - Variable in class org.apache.commons.logging.impl.LogKitLogger
Logging goes to this LogKit logger
logger - Variable in class org.apache.commons.logging.impl.Jdk14Logger
The underlying Logger implementation we are using.
logImplctor - Static variable in class org.apache.commons.logging.LogSource
Deprecated. Constructor for current log class
LogKitLogger - class org.apache.commons.logging.impl.LogKitLogger.
Implementation of org.apache.commons.logging.Log that wraps the jakarta-avalon-logkit logging system.
LogKitLogger(String) - Constructor for class org.apache.commons.logging.impl.LogKitLogger
Construct LogKitLogger which wraps the LogKit logger with given name.
logMethod - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The one-argument setLogFactory method of the selected Log method, if it exists.
logMethodSignature - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The signature of the setLogFactory method to be used.
logName - Variable in class org.apache.commons.logging.impl.SimpleLog
The name of this simple log instance
logs - Static variable in class org.apache.commons.logging.LogSource
Deprecated.  
LogSource - class org.apache.commons.logging.LogSource.
Deprecated. Use LogFactory instead - The default factory implementation performs exactly the same algorithm as this class did
LogSource() - Constructor for class org.apache.commons.logging.LogSource
Deprecated. Don't allow others to create instances

M

makeNewLogInstance(String) - Static method in class org.apache.commons.logging.LogSource
Deprecated. Create a new Log implementation, based on the given name.

N

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

org.apache.commons.logging - package org.apache.commons.logging
Simple wrapper API around multiple logging APIs.
org.apache.commons.logging.impl - package org.apache.commons.logging.impl
 

P

prefix - Variable in class org.apache.commons.logging.impl.SimpleLog
 
proxyFactory - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
 

R

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() - Method in class org.apache.commons.logging.impl.Log4jFactory
Release any internal references to previously created Log instances returned by this factory.
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.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.
removeAttribute(String) - Method in class org.apache.commons.logging.impl.Log4jFactory
Remove any configuration attribute associated with the specified name.
run() - Method in class org.apache.commons.logging.LogFactory$1
 
run() - Method in class org.apache.commons.logging.impl.LogFactoryImpl$1
 

S

SERVICE_ID - Static variable in class org.apache.commons.logging.LogFactory
JDK1.3+ 'Service Provider' specification ( http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html )
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.
setAttribute(String, Object) - Method in class org.apache.commons.logging.impl.Log4jFactory
Set the configuration attribute with the specified name.
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
Deprecated. Set the log implementation/log implementation factory by class.
setLogImplementation(String) - Static method in class org.apache.commons.logging.LogSource
Deprecated. Set the log implementation/log implementation factory by the name of the class.
showDateTime - Static variable in class org.apache.commons.logging.impl.SimpleLog
Include the current time in the log message
showLogName - Static variable in class org.apache.commons.logging.impl.SimpleLog
Include the instance name in the log message?
showShortName - Static variable 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 variable in class org.apache.commons.logging.impl.SimpleLog
All system properties which start with SimpleLog.systemPrefix
systemPrefix - Static variable in class org.apache.commons.logging.impl.SimpleLog
All system properties used by Simple start with this

T

trace(Object) - Method in interface org.apache.commons.logging.Log
Log a message with trace log level.
trace(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with debug log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with TRACE priority.
trace(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with trace log level.
trace(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with trace log level.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with debug log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with TRACE priority.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with trace log level.

W

warn(Object) - Method in interface org.apache.commons.logging.Log
Log a message with warn log level.
warn(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with warn log level.
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.Log4JCategoryLog
Log a message to the Log4j Category with WARN priority.
warn(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with warn log level.
warn(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with warn log level.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with warn log level.
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.Log4JCategoryLog
Log an error to the Log4j Category with WARN priority.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with warn log level.

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

Copyright (c) 2002 - Apache Software Foundation