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

A

AccessibleLog4jLoggerAdapter - Class in org.mule.module.logging
A copy & paste of the AccessibleLog4jLoggerAdapter, just making it non-final.

C

createFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
createLoggerReferenceHandler() - Method in class org.mule.module.logging.MuleLogFactory
 
createLoggerReferenceHandler() - Method in class org.mule.module.logging.MuleLoggerFactory
 

D

debug(String) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message object at level DEBUG.
debug(String, Object) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at level DEBUG according to the specified format and argument.
debug(String, Object, Object) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at level DEBUG according to the specified format and arguments.
debug(String, Object[]) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at level DEBUG according to the specified format and arguments.
debug(String, Throwable) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log an exception (throwable) at level DEBUG with an accompanying message.
debug(String) - Method in class org.mule.module.logging.DispatchingLogger
 
debug(String, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
debug(String, Object, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
debug(String, Object[]) - Method in class org.mule.module.logging.DispatchingLogger
 
debug(String, Throwable) - Method in class org.mule.module.logging.DispatchingLogger
 
debug(Marker, String) - Method in class org.mule.module.logging.DispatchingLogger
 
debug(Marker, String, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
debug(Marker, String, Object, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
debug(Marker, String, Object[]) - Method in class org.mule.module.logging.DispatchingLogger
 
debug(Marker, String, Throwable) - Method in class org.mule.module.logging.DispatchingLogger
 
DIAGNOSTICS_DEST_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
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.
directGetContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
DispatchingLogger - Class in org.mule.module.logging
A solution for logger references saved as static fields.
DispatchingLogger(Logger, MuleLoggerFactory) - Constructor for class org.mule.module.logging.DispatchingLogger
 

E

error(String) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message object at the ERROR level.
error(String, Object) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at the ERROR level according to the specified format and argument.
error(String, Object, Object) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object[]) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at level ERROR according to the specified format and arguments.
error(String, Throwable) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log an exception (throwable) at the ERROR level with an accompanying message.
error(String) - Method in class org.mule.module.logging.DispatchingLogger
 
error(String, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
error(String, Object, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
error(String, Object[]) - Method in class org.mule.module.logging.DispatchingLogger
 
error(String, Throwable) - Method in class org.mule.module.logging.DispatchingLogger
 
error(Marker, String) - Method in class org.mule.module.logging.DispatchingLogger
 
error(Marker, String, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
error(Marker, String, Object, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
error(Marker, String, Object[]) - Method in class org.mule.module.logging.DispatchingLogger
 
error(Marker, String, Throwable) - Method in class org.mule.module.logging.DispatchingLogger
 

F

factories - Static variable in class org.apache.commons.logging.LogFactory
The previously constructed LogFactory instances, keyed by the ClassLoader with which it was created.
FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
The fully qualified class name of the fallback LogFactory implementation class to use, if no other can be found.
FACTORY_PROPERTIES - Static variable in class org.apache.commons.logging.LogFactory
The name of the properties file to search for.
FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
The name of the property used to identify the LogFactory implementation class name.

G

getAttribute(String) - Method in class org.apache.commons.logging.LogFactory
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttributeNames() - Method in class org.apache.commons.logging.LogFactory
Return an array containing the names of all currently defined configuration attributes.
getClassLoader(Class) - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
getFactory() - Static method in class org.apache.commons.logging.LogFactory
Construct (if necessary) and return a LogFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
getFactory() - Method in class org.mule.module.logging.DispatchingLogger
 
getInstance(Class) - Method in class org.apache.commons.logging.LogFactory
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.LogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(String) - Method in class org.mule.module.logging.MuleLogFactory
 
getLog(Class) - Static method in class org.apache.commons.logging.LogFactory
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.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLogger() - Method in class org.mule.module.logging.DispatchingLogger
Dispatches lookup to the factory to pick up the right logger based on the context classloader, even if originally the logger was created with another classloader (which is the case with static log refs).
getLogger(String) - Method in class org.mule.module.logging.MuleLoggerFactory
 
getLogger(String, ClassLoader) - Method in class org.mule.module.logging.MuleLoggerFactory
 
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getName() - Method in class org.mule.module.logging.DispatchingLogger
 
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
Return the singleton of this class.

H

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

Setting this system property value allows the Hashtable used to store classloaders to be substituted by an alternative implementation.

I

info(String) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message object at the INFO level.
info(String, Object) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at level INFO according to the specified format and argument.
info(String, Object, Object) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at the INFO level according to the specified format and arguments.
info(String, Object[]) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at level INFO according to the specified format and arguments.
info(String, Throwable) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log an exception (throwable) at the INFO level with an accompanying message.
info(String) - Method in class org.mule.module.logging.DispatchingLogger
 
info(String, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
info(String, Object, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
info(String, Object[]) - Method in class org.mule.module.logging.DispatchingLogger
 
info(String, Throwable) - Method in class org.mule.module.logging.DispatchingLogger
 
info(Marker, String) - Method in class org.mule.module.logging.DispatchingLogger
 
info(Marker, String, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
info(Marker, String, Object, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
info(Marker, String, Object[]) - Method in class org.mule.module.logging.DispatchingLogger
 
info(Marker, String, Throwable) - Method in class org.mule.module.logging.DispatchingLogger
 
isDebugEnabled() - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Is this logger instance enabled for the DEBUG level?
isDebugEnabled() - Method in class org.mule.module.logging.DispatchingLogger
 
isDebugEnabled(Marker) - Method in class org.mule.module.logging.DispatchingLogger
 
isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
isErrorEnabled() - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Is this logger instance enabled for level ERROR?
isErrorEnabled() - Method in class org.mule.module.logging.DispatchingLogger
 
isErrorEnabled(Marker) - Method in class org.mule.module.logging.DispatchingLogger
 
isInfoEnabled() - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Is this logger instance enabled for the INFO level?
isInfoEnabled() - Method in class org.mule.module.logging.DispatchingLogger
 
isInfoEnabled(Marker) - Method in class org.mule.module.logging.DispatchingLogger
 
isStandalone() - Static method in class org.mule.module.logging.MuleUtils
Indicates if Mule is running in standalone mode
isTraceEnabled() - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Is this logger instance enabled for the TRACE level?
isTraceEnabled() - Method in class org.mule.module.logging.DispatchingLogger
 
isTraceEnabled(Marker) - Method in class org.mule.module.logging.DispatchingLogger
 
isWarnEnabled() - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Is this logger instance enabled for the WARN level?
isWarnEnabled() - Method in class org.mule.module.logging.DispatchingLogger
 
isWarnEnabled(Marker) - Method in class org.mule.module.logging.DispatchingLogger
 

L

log(Marker, String, int, String, Object[], Throwable) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
 
LOG_HANDLER_THREAD_NAME - Static variable in class org.mule.module.logging.MuleLogFactory
 
LOG_HANDLER_THREAD_NAME - Static variable in class org.mule.module.logging.MuleLoggerFactory
 
LogFactory - Class in org.apache.commons.logging
Factory for creating Log instances, which always delegates to an instance of SLF4JLogFactory.
LogFactory() - Constructor for class org.apache.commons.logging.LogFactory
Protected constructor that is not available for public use.
logger - Variable in class org.mule.module.logging.LoggerReferenceHandler
 
LoggerReferenceHandler - Class in org.mule.module.logging
A utility class cleaning up the logger repositories once the classloader for the application went out of scope and became eligible fot GC (e.g.
LoggerReferenceHandler(String, ReferenceQueue<ClassLoader>, Map<PhantomReference<ClassLoader>, Integer>, Map<Integer, ?>) - Constructor for class org.mule.module.logging.LoggerReferenceHandler
 
logRawDiagnostic(String) - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.

M

MULE_HOME - Static variable in class org.mule.module.logging.MuleUtils
 
MuleLocationAwareLog - Class in org.apache.commons.logging.impl
A subclass to open up the acess.
MuleLocationAwareLog(LocationAwareLogger) - Constructor for class org.apache.commons.logging.impl.MuleLocationAwareLog
 
MuleLog - Class in org.apache.commons.logging.impl
A subclass to open up the acess.
MuleLog(Logger) - Constructor for class org.apache.commons.logging.impl.MuleLog
 
MuleLogFactory - Class in org.mule.module.logging
 
MuleLogFactory() - Constructor for class org.mule.module.logging.MuleLogFactory
 
MuleLoggerFactory - Class in org.mule.module.logging
 
MuleLoggerFactory() - Constructor for class org.mule.module.logging.MuleLoggerFactory
 
MuleUtils - Class in org.mule.module.logging
Provides Mule related utilities without depending on Mule code

N

newFactory(String, ClassLoader, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
newFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
NO_CCL_CLASSLOADER - Static variable in class org.mule.module.logging.DispatchingLogger
 
NO_CCL_CLASSLOADER - Static variable in class org.mule.module.logging.MuleLogFactory
 
NO_CCL_CLASSLOADER - Static variable in class org.mule.module.logging.MuleLoggerFactory
 
nullClassLoaderFactory - Static variable in class org.apache.commons.logging.LogFactory

This property is not used but preserved here for compatibility.

O

objectId(Object) - Static method in class org.apache.commons.logging.LogFactory
Returns a string that uniquely identifies the specified object, including its class.
org.apache.commons.logging - package org.apache.commons.logging
Override non-extensible classes by repackaging a modified version.
org.apache.commons.logging.impl - package org.apache.commons.logging.impl
Open up 'friendly' modifiers.
org.mule.module.logging - package org.mule.module.logging
 
org.slf4j.impl - package org.slf4j.impl
 
originalClassLoaderHash - Variable in class org.mule.module.logging.DispatchingLogger
 
originalLogger - Variable in class org.mule.module.logging.DispatchingLogger
 

P

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

R

referenceQueue - Variable in class org.mule.module.logging.MuleLogFactory
 
referenceQueue - Variable in class org.mule.module.logging.MuleLoggerFactory
 
refs - Variable in class org.mule.module.logging.MuleLogFactory
 
refs - Variable in class org.mule.module.logging.MuleLoggerFactory
 
release() - Method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created Loginstances returned by this factory.
release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances that have been associated with the specified class loader (if any), after calling the instance method release() on each of them.
releaseAll() - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances, after calling the instance method release() on each of them.
removeAttribute(String) - Method in class org.apache.commons.logging.LogFactory
Remove any configuration attribute associated with the specified name.
repository - Variable in class org.mule.module.logging.MuleLogFactory
 
repository - Variable in class org.mule.module.logging.MuleLoggerFactory
 
REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
Declare the version of the SLF4J API this implementation is compiled against.

S

SERVICE_ID - Static variable in class org.apache.commons.logging.LogFactory
setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
Set the configuration attribute with the specified name.
StaticLoggerBinder - Class in org.slf4j.impl
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.

T

TCCL_KEY - Static variable in class org.apache.commons.logging.LogFactory
The name (use_tccl) of the key in the config file used to specify whether logging classes should be loaded via the thread context class loader (TCCL), or not.
trace(String) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message object at level TRACE.
trace(String, Object) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at level TRACE according to the specified format and argument.
trace(String, Object, Object) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at level TRACE according to the specified format and arguments.
trace(String, Object[]) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at level TRACE according to the specified format and arguments.
trace(String, Throwable) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log an exception (throwable) at level TRACE with an accompanying message.
trace(String) - Method in class org.mule.module.logging.DispatchingLogger
 
trace(String, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
trace(String, Object, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
trace(String, Object[]) - Method in class org.mule.module.logging.DispatchingLogger
 
trace(String, Throwable) - Method in class org.mule.module.logging.DispatchingLogger
 
trace(Marker, String) - Method in class org.mule.module.logging.DispatchingLogger
 
trace(Marker, String, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
trace(Marker, String, Object, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
trace(Marker, String, Object[]) - Method in class org.mule.module.logging.DispatchingLogger
 
trace(Marker, String, Throwable) - Method in class org.mule.module.logging.DispatchingLogger
 

W

warn(String) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message object at the WARN level.
warn(String, Object) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at the WARN level according to the specified format and argument.
warn(String, Object, Object) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object[]) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log a message at level WARN according to the specified format and arguments.
warn(String, Throwable) - Method in class org.mule.module.logging.AccessibleLog4jLoggerAdapter
Log an exception (throwable) at the WARN level with an accompanying message.
warn(String) - Method in class org.mule.module.logging.DispatchingLogger
 
warn(String, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
warn(String, Object[]) - Method in class org.mule.module.logging.DispatchingLogger
 
warn(String, Object, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
warn(String, Throwable) - Method in class org.mule.module.logging.DispatchingLogger
 
warn(Marker, String) - Method in class org.mule.module.logging.DispatchingLogger
 
warn(Marker, String, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
warn(Marker, String, Object, Object) - Method in class org.mule.module.logging.DispatchingLogger
 
warn(Marker, String, Object[]) - Method in class org.mule.module.logging.DispatchingLogger
 
warn(Marker, String, Throwable) - Method in class org.mule.module.logging.DispatchingLogger
 
A C D E F G H I L M N O P R S T W 

Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.