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

A

ALLOW_FLAWED_CONTEXT_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
 
ALLOW_FLAWED_DISCOVERY_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
 
ALLOW_FLAWED_HIERARCHY_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
 
AndroidLog - Interface in org.apache.commons.logging
An Android logging interface abstracting logging APIs.
AndroidLogFactory - Class in org.apache.commons.logging
Factory for creating Log instances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.
AndroidLogFactory() - Constructor for class org.apache.commons.logging.AndroidLogFactory
Protected constructor that is not available for public use.
AndroidLogFactoryImpl - Class in org.apache.commons.logging.impl
Concrete subclass of AndroidLogFactory that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.
AndroidLogFactoryImpl() - Constructor for class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Public no-arguments constructor required by the lookup mechanism.
AndroidLogger - Class in org.apache.commons.logging.impl
Implementation of org.apache.commons.logging.Log interface which delegates all processing to android.util.Log instance.
AndroidLogger() - Constructor for class org.apache.commons.logging.impl.AndroidLogger
 
AndroidLogger(String) - Constructor for class org.apache.commons.logging.impl.AndroidLogger
 
AndroidLoggerFactory - Class in org.apache.commons.logging.impl
Concrete subclass of LogFactory.
AndroidLoggerFactory() - Constructor for class org.apache.commons.logging.impl.AndroidLoggerFactory
Public no-arguments constructor required by the lookup mechanism.
androidLogProps - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
Properties loaded from androidlog.properties
attributes - Variable in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Configuration attributes.
attributes - Variable in class org.apache.commons.logging.impl.AndroidLoggerFactory
Configuration attributes.
attributes - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
 

C

cause - Variable in exception org.apache.commons.logging.LogConfigurationException
 
createFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.AndroidLogFactory
 
createFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
 
currentLogLevel - Variable in class org.apache.commons.logging.impl.SimpleAndroidLog
The current log level
currentLogLevel - Variable in class org.apache.commons.logging.impl.SimpleLog
 

D

dateFormatter - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
Used to format times.
dateFormatter - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
dateTimeFormat - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
The date and time format to use in the log message
dateTimeFormat - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
debug(Object) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the input parameter to String and then delegates to the d method of android.util.Log.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the first input parameter to String and then delegates to the d method of android.util.Log.
debug(Object) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_DEBUG.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_DEBUG.
debug(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
 
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
 
debug(Object) - Method in interface org.apache.commons.logging.Log
 
debug(Object, Throwable) - Method in interface org.apache.commons.logging.Log
 
debug(String, Object...) - Method in class org.nds.logging.Logger
 
debug(String, Throwable, Object...) - Method in class org.nds.logging.Logger
 
DEFAULT_DATE_TIME_FORMAT - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
The default format to use when formating dates
DEFAULT_DATE_TIME_FORMAT - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
DIAGNOSTICS_DEST_PROPERTY - Static variable in class org.apache.commons.logging.AndroidLogFactory
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.
DIAGNOSTICS_DEST_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
 
directGetContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
 

E

error(Object) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the input parameter to String and then delegates to the e method of android.util.Log.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the first input parameter to String and then delegates to the e method of android.util.Log.
error(Object) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_ERROR.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_ERROR.
error(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
 
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
 
error(Object) - Method in interface org.apache.commons.logging.Log
 
error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
 
error(String, Object...) - Method in class org.nds.logging.Logger
 
error(String, Throwable, Object...) - Method in class org.nds.logging.Logger
 

F

factories - Static variable in class org.apache.commons.logging.AndroidLogFactory
The previously constructed AndroidLogFactory instances, keyed by the ClassLoader with which it was created.
factories - Static variable in class org.apache.commons.logging.LogFactory
 
FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.AndroidLogFactory
The fully qualified class name of the fallback AndroidLogFactory implementation class to use, if no other can be found.
FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
 
FACTORY_PROPERTIES - Static variable in class org.apache.commons.logging.AndroidLogFactory
The name (android-commons-logging.properties) of the properties file to search for.
FACTORY_PROPERTIES - Static variable in class org.apache.commons.logging.LogFactory
 
FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.AndroidLogFactory
The name (org.apache.commons.logging.LogFactory) of the property used to identify the AndroidLogFactory implementation class name.
FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
 
fatal(Object) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the input parameter to String and then delegates to the e method of android.util.Log.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the first input parameter to String and then delegates to the e method of android.util.Log.
fatal(Object) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Log a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_FATAL.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_FATAL.
fatal(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
 
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
 
fatal(Object) - Method in interface org.apache.commons.logging.Log
 
fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
 
fatal(String, Object...) - Method in class org.nds.logging.Logger
 
fatal(String, Throwable, Object...) - Method in class org.nds.logging.Logger
 

G

getAttribute(String) - Method in class org.apache.commons.logging.AndroidLogFactory
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.AndroidLogFactoryImpl
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.AndroidLoggerFactory
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
 
getAttribute(String) - Method in class org.apache.commons.logging.LogFactory
 
getAttributeNames() - Method in class org.apache.commons.logging.AndroidLogFactory
Return an array containing the names of all currently defined configuration attributes.
getAttributeNames() - Method in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Return an array containing the names of all currently defined configuration attributes.
getAttributeNames() - Method in class org.apache.commons.logging.impl.AndroidLoggerFactory
Return an array containing the names of all currently defined configuration attributes.
getAttributeNames() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
 
getAttributeNames() - Method in class org.apache.commons.logging.LogFactory
 
getCause() - Method in exception org.apache.commons.logging.LogConfigurationException
 
getClassLoader(Class<?>) - Static method in class org.apache.commons.logging.AndroidLogFactory
Safely get access to the classloader for the specified class.
getClassLoader(Class<?>) - Static method in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Workaround for bug in Java1.2; in theory this method is not needed.
getClassLoader(Class) - Static method in class org.apache.commons.logging.impl.LogFactoryImpl
 
getClassLoader(Class<?>) - Static method in class org.apache.commons.logging.impl.SimpleAndroidLog
 
getClassLoader(Class) - Static method in class org.apache.commons.logging.LogFactory
 
getContextClassLoader() - Static method in class org.apache.commons.logging.impl.LogFactoryImpl
 
getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
 
getFactory() - Static method in class org.apache.commons.logging.AndroidLogFactory
Construct (if necessary) and return a AndroidLogFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
getFactory() - Static method in class org.apache.commons.logging.LogFactory
 
getInstance(Class<?>) - Method in class org.apache.commons.logging.AndroidLogFactory
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.AndroidLogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(Class<?>) - Method in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Construct (if necessary) and return a AndroidLog instance, using the factory's current set of configuration attributes.
getInstance(Class) - Method in class org.apache.commons.logging.impl.AndroidLoggerFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.apache.commons.logging.impl.AndroidLoggerFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(Class) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
 
getInstance(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
 
getInstance(Class) - Method in class org.apache.commons.logging.LogFactory
 
getInstance(String) - Method in class org.apache.commons.logging.LogFactory
 
getLevel() - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Get logging level.
getLevel() - Method in class org.apache.commons.logging.impl.SimpleLog
 
getLog(Class<?>) - Static method in class org.apache.commons.logging.AndroidLogFactory
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.AndroidLogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLog(Class) - Static method in class org.apache.commons.logging.LogFactory
 
getLog(String) - Static method in class org.apache.commons.logging.LogFactory
 
getLogClassName() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Deprecated.
getLogConstructor() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Deprecated.
getLogger(String) - Static method in class org.nds.logging.LoggerFactory
 
getLogger(Class<?>) - Static method in class org.nds.logging.LoggerFactory
 

H

HASHTABLE_IMPLEMENTATION_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
 

I

info(Object) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the input parameter to String and then delegates to the i method of android.util.Log.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the first input parameter to String and then delegates to the i method of android.util.Log.
info(Object) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_INFO.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_INFO.
info(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
 
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
 
info(Object) - Method in interface org.apache.commons.logging.Log
 
info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
 
info(String, Object...) - Method in class org.nds.logging.Logger
 
info(String, Throwable, Object...) - Method in class org.nds.logging.Logger
 
instances - Variable in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
The AndroidLog instances that have already been created, keyed by logger name.
instances - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
 
isDebugEnabled() - Method in class org.apache.commons.logging.impl.AndroidLogger
Delegates to the isLoggable method of android.util.Log.
isDebugEnabled() - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Are debug messages currently enabled?
isDebugEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
 
isDebugEnabled() - Method in interface org.apache.commons.logging.Log
 
isDebugEnabled() - Method in class org.nds.logging.Logger
 
isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.AndroidLogFactory
 
isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Workaround for bug in Java1.2; in theory this method is not needed.
isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.impl.LogFactoryImpl
 
isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.LogFactory
 
isErrorEnabled() - Method in class org.apache.commons.logging.impl.AndroidLogger
Delegates to the isLoggable method of android.util.Log.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Are error messages currently enabled?
isErrorEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
 
isErrorEnabled() - Method in interface org.apache.commons.logging.Log
 
isErrorEnabled() - Method in class org.nds.logging.Logger
 
isFatalEnabled() - Method in class org.apache.commons.logging.impl.AndroidLogger
Delegates to the isLoggable method of android.util.Log.
isFatalEnabled() - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Are fatal messages currently enabled?
isFatalEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
 
isFatalEnabled() - Method in interface org.apache.commons.logging.Log
 
isFatalEnabled() - Method in class org.nds.logging.Logger
 
isInfoEnabled() - Method in class org.apache.commons.logging.impl.AndroidLogger
Delegates to the isLoggable method of the android.util.Log.
isInfoEnabled() - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Are info messages currently enabled?
isInfoEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
 
isInfoEnabled() - Method in interface org.apache.commons.logging.Log
 
isInfoEnabled() - Method in class org.nds.logging.Logger
 
isJdk13LumberjackAvailable() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Deprecated.
isJdk14Available() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Deprecated.
isLevelEnabled(int) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Is the given log level currently enabled?
isLevelEnabled(int) - Method in class org.apache.commons.logging.impl.SimpleLog
 
isLog4JAvailable() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Deprecated.
isTraceEnabled() - Method in class org.apache.commons.logging.impl.AndroidLogger
Delegates to the isLoggable method of the android.util.Log.
isTraceEnabled() - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Are trace messages currently enabled?
isTraceEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
 
isTraceEnabled() - Method in interface org.apache.commons.logging.Log
 
isTraceEnabled() - Method in class org.nds.logging.Logger
 
isWarnEnabled() - Method in class org.apache.commons.logging.impl.AndroidLogger
Delegates to the isLoggable method of the android.util.Log.
isWarnEnabled() - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Are warn messages currently enabled?
isWarnEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
 
isWarnEnabled() - Method in interface org.apache.commons.logging.Log
 
isWarnEnabled() - Method in class org.nds.logging.Logger
 

L

log(int, Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Do the actual logging.
log(int, Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
 
Log - Interface in org.apache.commons.logging
A simple logging interface abstracting logging APIs.
LOG_LEVEL_ALL - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
Enable all logging levels
LOG_LEVEL_ALL - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
LOG_LEVEL_DEBUG - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
"Debug" level logging.
LOG_LEVEL_DEBUG - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
LOG_LEVEL_ERROR - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
"Error" level logging.
LOG_LEVEL_ERROR - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
LOG_LEVEL_FATAL - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
"Fatal" level logging.
LOG_LEVEL_FATAL - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
LOG_LEVEL_INFO - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
"Info" level logging.
LOG_LEVEL_INFO - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
LOG_LEVEL_OFF - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
Enable no logging levels
LOG_LEVEL_OFF - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
LOG_LEVEL_TRACE - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
"Trace" level logging.
LOG_LEVEL_TRACE - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
LOG_LEVEL_WARN - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
"Warn" level logging.
LOG_LEVEL_WARN - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
The name (org.apache.commons.logging.AndroidLog) of the system property identifying our AndroidLog implementation class.
LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.AndroidLoggerFactory
The name (org.apache.commons.logging.Log) of the system property identifying our Log implementation class.
LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
 
LOG_PROPERTY_OLD - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
 
LogConfigurationException - Exception in org.apache.commons.logging
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
LogConfigurationException() - Constructor for exception org.apache.commons.logging.LogConfigurationException
 
LogConfigurationException(String) - Constructor for exception org.apache.commons.logging.LogConfigurationException
 
LogConfigurationException(Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
 
LogConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
 
logConstructor - Variable in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
The one-argument constructor of the AndroidLog implementation class that will be used to create new instances.
logConstructor - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
 
logConstructorSignature - Variable in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
The signature of the Constructor to be used.
logConstructorSignature - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
 
logDiagnostic(String) - Method in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Output a diagnostic message to a user-specified destination (if the user has enabled diagnostic logging).
logDiagnostic(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
 
LogFactory - Class in org.apache.commons.logging
* Factory for creating Log instances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.
LogFactory() - Constructor for class org.apache.commons.logging.LogFactory
 
LogFactoryImpl - Class in org.apache.commons.logging.impl
Concrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.
LogFactoryImpl() - Constructor for class org.apache.commons.logging.impl.LogFactoryImpl
 
Logger - Class in org.nds.logging
A Logger object is used to log messages for an Android application or any other java application.
This can be useful when developing an Android library, and we write unit tests (JUnit) and integration tests (Android Unit tests).
Logger(String, Log) - Constructor for class org.nds.logging.Logger
 
LoggerFactory - Class in org.nds.logging
Factory for creating Logger instances
logMethod - Variable in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
The one-argument setLogFactory method of the selected AndroidLog method, if it exists.
logMethod - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
 
logMethodSignature - Variable in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
The signature of the setLogFactory method to be used.
logMethodSignature - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
 
logName - Variable in class org.apache.commons.logging.impl.SimpleAndroidLog
The name of this android log instance
logName - Variable in class org.apache.commons.logging.impl.SimpleLog
 
logRawDiagnostic(String) - Static method in class org.apache.commons.logging.AndroidLogFactory
 
logRawDiagnostic(String) - Static method in class org.apache.commons.logging.LogFactory
 

N

name - Variable in class org.apache.commons.logging.impl.AndroidLogger
 
newFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.AndroidLogFactory
Return a new instance of the specified AndroidLogFactory implementation class, loaded by the specified class loader.
newFactory(String, ClassLoader, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
 
newFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
 
newInstance(String) - Method in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Create and return a new AndroidLog instance for the specified name.
newInstance(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
 
nullClassLoaderFactory - Static variable in class org.apache.commons.logging.LogFactory
 

O

objectId(Object) - Static method in class org.apache.commons.logging.AndroidLogFactory
Returns a string that uniquely identifies the specified object, including its class.
objectId(Object) - Static method in class org.apache.commons.logging.LogFactory
 
org.apache.commons.logging - package org.apache.commons.logging
 
org.apache.commons.logging.impl - package org.apache.commons.logging.impl
 
org.nds.logging - package org.nds.logging
 

P

PRIORITY_KEY - Static variable in class org.apache.commons.logging.AndroidLogFactory
The name (priority) of the key in the config file used to specify the priority of that particular config file.
PRIORITY_KEY - Static variable in class org.apache.commons.logging.LogFactory
 

R

release() - Method in class org.apache.commons.logging.AndroidLogFactory
Release any internal references to previously created Log instances returned by this factory.
release(ClassLoader) - Static method in class org.apache.commons.logging.AndroidLogFactory
Release any internal references to previously created AndroidLogFactory instances that have been associated with the specified class loader (if any), after calling the instance method release() on each of them.
release() - Method in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Release any internal references to previously created AndroidLog instances returned by this factory.
release() - Method in class org.apache.commons.logging.impl.AndroidLoggerFactory
Release any internal references to previously created Loginstances returned by this factory.
release() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
 
release() - Method in class org.apache.commons.logging.LogFactory
 
release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
 
releaseAll() - Static method in class org.apache.commons.logging.AndroidLogFactory
Release any internal references to previously created AndroidLogFactory instances, after calling the instance method release() on each of them.
releaseAll() - Static method in class org.apache.commons.logging.LogFactory
 
removeAttribute(String) - Method in class org.apache.commons.logging.AndroidLogFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.apache.commons.logging.impl.AndroidLoggerFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
 
removeAttribute(String) - Method in class org.apache.commons.logging.LogFactory
 

S

SERVICE_ID - Static variable in class org.apache.commons.logging.LogFactory
 
setAttribute(String, Object) - Method in class org.apache.commons.logging.AndroidLogFactory
Set the configuration attribute with the specified name.
setAttribute(String, Object) - Method in class org.apache.commons.logging.impl.AndroidLogFactoryImpl
Set the configuration attribute with the specified name.
setAttribute(String, Object) - Method in class org.apache.commons.logging.impl.AndroidLoggerFactory
Set the configuration attribute with the specified name.
setAttribute(String, Object) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
 
setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
 
setLevel(int) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Set logging level.
setLevel(int) - Method in class org.apache.commons.logging.impl.SimpleLog
 
showDateTime - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
Include the current time in the log message
showDateTime - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
showLevel - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
Include the current time in the log message
showLogName - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
Include the instance name in the log message?
showLogName - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
showShortName - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
Include the short name ( last component ) of the logger in the log message.
showShortName - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
showShortTag - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
Include the short tag ( last component ) of the logger in the android log cat.
SimpleAndroidLog - Class in org.apache.commons.logging.impl
Implementation of Log for Android platform that sends all enabled log messages, for all defined loggers, to the Android logging System.
SimpleAndroidLog(String) - Constructor for class org.apache.commons.logging.impl.SimpleAndroidLog
Construct an Android log with given name.
SimpleLog - Class in org.apache.commons.logging.impl
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
 
simpleLogProps - Static variable in class org.apache.commons.logging.impl.SimpleLog
 
systemPrefix - Static variable in class org.apache.commons.logging.impl.SimpleAndroidLog
All system properties used by AndroidLog start with this
systemPrefix - Static variable in class org.apache.commons.logging.impl.SimpleLog
 

T

TCCL_KEY - Static variable in class org.apache.commons.logging.LogFactory
 
trace(Object) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the input parameter to String and then delegates to the v method of android.util.Log.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the first input parameter to String and then delegates to the v method of android.util.Log.
trace(Object) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_TRACE.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_TRACE.
trace(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
 
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
 
trace(Object) - Method in interface org.apache.commons.logging.Log
 
trace(Object, Throwable) - Method in interface org.apache.commons.logging.Log
 
trace(Object, Object...) - Method in class org.nds.logging.Logger
 
trace(String, Throwable, Object...) - Method in class org.nds.logging.Logger
 

W

warn(Object) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the input parameter to String and then delegates to the w method of android.util.Log.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLogger
Converts the first input parameter to String and then delegates to the w method of android.util.Log.
warn(Object) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_WARN.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_WARN.
warn(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
 
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
 
warn(Object) - Method in interface org.apache.commons.logging.Log
 
warn(Object, Throwable) - Method in interface org.apache.commons.logging.Log
 
warn(String, Object...) - Method in class org.nds.logging.Logger
 
warn(String, Throwable, Object...) - Method in class org.nds.logging.Logger
 
write(StringBuffer) - Method in class org.apache.commons.logging.impl.SimpleAndroidLog
Write the content of the message accumulated in the specified StringBuffer to the appropriate output destination.
write(StringBuffer) - Method in class org.apache.commons.logging.impl.SimpleLog
 
A C D E F G H I L N O P R S T W 

Copyright © 2014. All rights reserved.