- getAttribute(String) - Method in class com.tomasteubner.common.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 com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
- getAttributeNames() - Method in class com.tomasteubner.common.logging.AndroidLogFactory
-
Return an array containing the names of all currently defined
configuration attributes.
- getAttributeNames() - Method in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
Return an array containing the names of all currently defined configuration attributes.
- getClassLoader(Class<?>) - Static method in class com.tomasteubner.common.logging.AndroidLogFactory
-
Safely get access to the classloader for the specified class.
- getClassLoader(Class<?>) - Static method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
- getFactory() - Static method in class com.tomasteubner.common.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.
- getInstance(String) - Method in class com.tomasteubner.common.logging.AndroidLogFactory
-
Construct (if necessary) and return a Log instance, using
the factory's current set of configuration attributes.
- getInstance(String) - Method in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
Construct (if necessary) and return a Logger instance, using the factory's current set of configuration attributes.
- getLevel() - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Get logging level.
- getLog(String) - Static method in class com.tomasteubner.common.logging.AndroidLogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getLogger(String) - Static method in class com.tomasteubner.common.logging.LoggerFactory
-
Get logger by name or create a new one.
- getLogger(Class<?>) - Static method in class com.tomasteubner.common.logging.LoggerFactory
-
Get logger by class or create a new one.
- info(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
-
- info(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
-
- info(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
-
Logs an error with info log level.
- info(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
-
Logs an error with info log level.
- infoImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
-
- infoImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
-
- infoImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
-
- infoImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
-
- infoImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_INFO.
- infoImpl(String) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_INFO.
- instances - Variable in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
The org.apache.commons.logging.Logger instances that have already been created, keyed by logger name.
- isDebugEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
-
- isDebugEnabled() - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Are debug messages currently enabled?
- isDebugEnabled() - Method in interface com.tomasteubner.common.logging.Logger
-
Is debug logging currently enabled?
- isDiagnosticsEnabled() - Static method in class com.tomasteubner.common.logging.AndroidLogFactory
-
- isErrorEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
-
- isErrorEnabled() - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Are error messages currently enabled?
- isErrorEnabled() - Method in interface com.tomasteubner.common.logging.Logger
-
Is error logging currently enabled?
- isFatalEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
-
- isFatalEnabled() - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Are fatal messages currently enabled?
- isFatalEnabled() - Method in interface com.tomasteubner.common.logging.Logger
-
Is fatal logging currently enabled?
- isInfoEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
-
- isInfoEnabled() - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Are info messages currently enabled?
- isInfoEnabled() - Method in interface com.tomasteubner.common.logging.Logger
-
Is info logging currently enabled?
- isLevelEnabled(int) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Is the given log level currently enabled?
- isTraceEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
-
- isTraceEnabled() - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Are trace messages currently enabled?
- isTraceEnabled() - Method in interface com.tomasteubner.common.logging.Logger
-
Is trace logging currently enabled?
- isWarnEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
-
- isWarnEnabled() - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Are warn messages currently enabled?
- isWarnEnabled() - Method in interface com.tomasteubner.common.logging.Logger
-
Is warning logging currently enabled?
- log(int, Object, Throwable) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Do the actual logging.
- LOG_LEVEL_ALL - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Enable all logging levels
- LOG_LEVEL_DEBUG - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
"Debug" level logging.
- LOG_LEVEL_ERROR - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
"Error" level logging.
- LOG_LEVEL_FATAL - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
"Fatal" level logging.
- LOG_LEVEL_INFO - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
"Info" level logging.
- LOG_LEVEL_OFF - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
Enable no logging levels
- LOG_LEVEL_TRACE - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
"Trace" level logging.
- LOG_LEVEL_WARN - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
"Warn" level logging.
- LOG_PROPERTY - Static variable in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
The name (org.apache.commons.logging.AndroidLog) of the system property identifying our AndroidLog implementation class.
- LogConfigurationException - Exception in com.tomasteubner.common.logging
-
Exception thrown when an error in a logging configuration is detected.
- LogConfigurationException() - Constructor for exception com.tomasteubner.common.logging.LogConfigurationException
-
Default constructor.
- LogConfigurationException(String) - Constructor for exception com.tomasteubner.common.logging.LogConfigurationException
-
Constructor with an error message.
- LogConfigurationException(Throwable) - Constructor for exception com.tomasteubner.common.logging.LogConfigurationException
-
Constructor with another throwable causing this one.
- LogConfigurationException(String, Throwable) - Constructor for exception com.tomasteubner.common.logging.LogConfigurationException
-
Constructor with an error message and another throwable causing this exception.
- LogConfigurationException(String, Throwable, boolean, boolean) - Constructor for exception com.tomasteubner.common.logging.LogConfigurationException
-
Constructor.
- logConstructor - Variable in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
The one-argument constructor of the org.apache.commons.logging.Logger implementation class that will be used to create new
instances.
- logConstructorSignature - Variable in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
The signature of the Constructor to be used.
- logDiagnostic(String) - Method in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
Output a diagnostic message to a user-specified destination (if the user has enabled diagnostic logging).
- Logger - Interface in com.tomasteubner.common.logging
-
A simple logging interface abstracting logging APIs.
- LoggerBase - Class in com.tomasteubner.common.logging.impl
-
- LoggerBase() - Constructor for class com.tomasteubner.common.logging.impl.LoggerBase
-
- LoggerFactory - Class in com.tomasteubner.common.logging
-
Factory for creating
Logger instances
- logMethod - Variable in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
The one-argument setLogFactory method of the selected org.apache.commons.logging.Logger method, if it exists.
- logMethodSignature - Variable in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
The signature of the setLogFactory method to be used.
- logName - Variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
-
The name of this android log instance
- logRawDiagnostic(String) - Static method in class com.tomasteubner.common.logging.AndroidLogFactory
-