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