- 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.
- install() - Static method in class com.tomasteubner.common.logging.test.TestLogManager.Installer
-
Install the log manager using default logging properties from the resource /logging.properties.
- install(String) - Static method in class com.tomasteubner.common.logging.test.TestLogManager.Installer
-
Install the log manager.
- Installer() - Constructor for class com.tomasteubner.common.logging.test.TestLogManager.Installer
-
- instances - Variable in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
-
The
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?