Skip navigation links
A C D E F G I L N O P R S T W 

A

AndroidLogFactory - Class in com.tomasteubner.common.logging
Factory for Android logger.
AndroidLogFactory() - Constructor for class com.tomasteubner.common.logging.AndroidLogFactory
 
AndroidLogFactoryImpl - Class in com.tomasteubner.common.logging.impl
 
AndroidLogFactoryImpl() - Constructor for class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
 
androidLogProps - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Properties loaded from androidlog.properties
attributes - Variable in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
Configuration attributes.

C

com.tomasteubner.common.logging - package com.tomasteubner.common.logging
 
com.tomasteubner.common.logging.impl - package com.tomasteubner.common.logging.impl
 
com.tomasteubner.common.logging.test - package com.tomasteubner.common.logging.test
 
CommonsLogger - Class in com.tomasteubner.common.logging.impl
 
CommonsLogger(String) - Constructor for class com.tomasteubner.common.logging.impl.CommonsLogger
 
createFactory(String, ClassLoader) - Static method in class com.tomasteubner.common.logging.AndroidLogFactory
 
currentLogLevel - Variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
The current log level

D

dateFormatter - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Used to format times.
dateTimeFormat - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
The date and time format to use in the log message
debug(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
debug(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
debug(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with debug log level.
debug(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with debug log level.
debugImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
debugImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
debugImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
debugImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
debugImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_DEBUG.
debugImpl(String) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_DEBUG.
DEFAULT_DATE_TIME_FORMAT - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
The default format to use when formating dates
DIAGNOSTICS_DEST_PROPERTY - Static variable in class com.tomasteubner.common.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.

E

error(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
error(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
error(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with error log level.
error(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with error log level.
errorImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
errorImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
errorImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
errorImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
errorImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_ERROR.
errorImpl(String) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_ERROR.

F

factories - Static variable in class com.tomasteubner.common.logging.AndroidLogFactory
The previously constructed AndroidLogFactory instances, keyed by the ClassLoader with which it was created.
FACTORY_DEFAULT - Static variable in class com.tomasteubner.common.logging.AndroidLogFactory
The fully qualified class name of the fallback AndroidLogFactory implementation class to use, if no other can be found.
FACTORY_PROPERTIES - Static variable in class com.tomasteubner.common.logging.AndroidLogFactory
The name (android-commons-logging.properties) of the properties file to search for.
FACTORY_PROPERTY - Static variable in class com.tomasteubner.common.logging.AndroidLogFactory
The name (org.apache.commons.logging.LogFactory) of the property used to identify the AndroidLogFactory implementation class name.
fatal(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
fatal(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
fatal(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with fatal log level.
fatal(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with fatal log level.
fatalImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
fatalImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
fatalImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
fatalImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
fatalImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_FATAL.
fatalImpl(String) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Log a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_FATAL.

G

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.

I

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?

L

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

N

newFactory(String, ClassLoader) - Static method in class com.tomasteubner.common.logging.AndroidLogFactory
Return a new instance of the specified AndroidLogFactory implementation class, loaded by the specified class loader.
newInstance(String) - Method in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
Create and return a new Logger instance for the specified name.

O

objectId(Object) - Static method in class com.tomasteubner.common.logging.AndroidLogFactory
Returns a string that uniquely identifies the specified object, including its class.

P

PRIORITY_KEY - Static variable in class com.tomasteubner.common.logging.AndroidLogFactory
The name (priority) of the key in the config file used to specify the priority of that particular config file.

R

readConfiguration() - Method in class com.tomasteubner.common.logging.test.TestLogManager
 
release() - Method in class com.tomasteubner.common.logging.AndroidLogFactory
Release any internal references to previously created Log instances returned by this factory.
release(ClassLoader) - Static method in class com.tomasteubner.common.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 com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
Release any internal references to previously created Logger instances returned by this factory.
releaseAll() - Static method in class com.tomasteubner.common.logging.AndroidLogFactory
Release any internal references to previously created AndroidLogFactory instances, after calling the instance method release() on each of them.
removeAttribute(String) - Method in class com.tomasteubner.common.logging.AndroidLogFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
Remove any configuration attribute associated with the specified name.

S

setAttribute(String, Object) - Method in class com.tomasteubner.common.logging.AndroidLogFactory
Set the configuration attribute with the specified name.
setAttribute(String, Object) - Method in class com.tomasteubner.common.logging.impl.AndroidLogFactoryImpl
Set the configuration attribute with the specified name.
setLevel(int) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Set logging level.
showDateTime - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Include the current time in the log message
showLevel - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Include the current time in the log message
showLogName - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Include the instance name in the log message?
showShortName - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Include the short name ( last component ) of the logger in the log message.
showShortTag - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Include the short tag ( last component ) of the logger in the android log cat.
SimpleAndroidLogger - Class in com.tomasteubner.common.logging.impl
 
SimpleAndroidLogger(String) - Constructor for class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Construct an Android log with given name.
systemPrefix - Static variable in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
All system properties used by AndroidLog start with this

T

TestLogManager - Class in com.tomasteubner.common.logging.test
Helper class for JUnit tests with a local logging configuration at the resource location /logging.properties.
TestLogManager() - Constructor for class com.tomasteubner.common.logging.test.TestLogManager
 
TestLogManager.Installer - Class in com.tomasteubner.common.logging.test
 
trace(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
trace(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
trace(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with trace log level.
trace(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with trace log level.
traceImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
traceImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
traceImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
traceImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
traceImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_TRACE.
traceImpl(String) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_TRACE.

W

warn(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
warn(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
warn(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with warning log level.
warn(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with warning log level.
warnImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
warnImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
warnImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
warnImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
warnImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_WARN.
warnImpl(String) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Logs a message with org.apache.commons.logging.impl.AndroidLog.LOG_LEVEL_WARN.
write(StringBuffer) - Method in class com.tomasteubner.common.logging.impl.SimpleAndroidLogger
Write the content of the message accumulated in the specified StringBuffer to the appropriate output destination.
A C D E F G I L N O P R S T W 
Skip navigation links

Copyright © 2014–2015 Tomas Teubner. All rights reserved.