|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
org.apache.commons.logging.Log.allowFlawedContext
)
of the system property which can be set true/false to
determine system behaviour when a bad context-classloader is encountered.
org.apache.commons.logging.Log.allowFlawedDiscovery
)
of the system property which can be set true/false to
determine system behaviour when a bad logging adapter class is
encountered during logging discovery.
org.apache.commons.logging.Log.allowFlawedHierarchy
)
of the system property which can be set true/false to
determine system behaviour when a logging adapter class is
encountered which has bound to the wrong Log class implementation.
AvalonLogger
that outputs to the given
Logger
instance.
AvalonLogger
that will log to a child
of the Logger
set by calling AvalonLogger.setDefaultLogger(org.apache.avalon.framework.logger.Logger)
.
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.
org.apache.avalon.framework.logger.Logger.debug
.
org.apache.avalon.framework.logger.Logger.debug
.
java.util.logging.Level.FINE
.
java.util.logging.Level.FINE
.
java.util.logging.Level.FINE
.
java.util.logging.Level.FINE
.
org.apache.log4j.Priority.DEBUG
.
org.apache.log4j.Priority.DEBUG
.
org.apache.log.Priority.DEBUG
.
org.apache.log.Priority.DEBUG
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG
.
org.apache.avalon.framework.logger.Logger.error
.
org.apache.avalon.framework.logger.Logger.error
.
java.util.logging.Level.SEVERE
.
java.util.logging.Level.SEVERE
.
java.util.logging.Level.SEVERE
.
java.util.logging.Level.SEVERE
.
org.apache.log4j.Priority.ERROR
.
org.apache.log4j.Priority.ERROR
.
org.apache.log.Priority.ERROR
.
org.apache.log.Priority.ERROR
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR
.
LogFactory
implementation class to use, if no other can be found.
commons-logging.properties
) of the properties file to search for.
org.apache.commons.logging.LogFactory
) of the property
used to identify the LogFactory implementation
class name.
LogFactory
instances, keyed by
the ClassLoader
with which it was created.
org.apache.avalon.framework.logger.Logger.fatalError
.
org.apache.avalon.framework.logger.Logger.fatalError
.
java.util.logging.Level.SEVERE
.
java.util.logging.Level.SEVERE
.
java.util.logging.Level.SEVERE
.
java.util.logging.Level.SEVERE
.
org.apache.log4j.Priority.FATAL
.
org.apache.log4j.Priority.FATAL
.
org.apache.log.Priority.FATAL_ERROR
.
org.apache.log.Priority.FATAL_ERROR
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL
.
null
if there is no such attribute.
null
if there is no such attribute.
LogFactory
instance, using the following ordered lookup procedure to determine
the name of the implementation class to be loaded.
getInstance(String)
with it.
Log
instance,
using the factory's current set of configuration attributes.
Log
instance by class name
Log
instance by class
getInstance(String)
with it.
Log
instance,
using the factory's current set of configuration attributes.
String
array containing the names of
all logs known to me.
org.apache.commons.logging.LogFactory.HashtableImpl
)
value allows the Hashtable
used to store
classloaders to be substituted by an alternative implementation.
org.apache.avalon.framework.logger.Logger.info
.
org.apache.avalon.framework.logger.Logger.info
.
java.util.logging.Level.INFO
.
java.util.logging.Level.INFO
.
java.util.logging.Level.INFO
.
java.util.logging.Level.INFO
.
org.apache.log4j.Priority.INFO
.
org.apache.log4j.Priority.INFO
.
org.apache.log.Priority.INFO
.
org.apache.log.Priority.INFO
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO
.
Log
instances that have
already been created, keyed by logger name.
org.apache.avalon.framework.logger.Logger.debug
enabled?
DEBUG
priority.
LogKit
logger will log messages of priority DEBUG
.
org.apache.avalon.framework.logger.Logger.error
enabled?
ERROR
priority.
LogKit
logger will log messages of priority ERROR
.
org.apache.avalon.framework.logger.Logger.fatalError
enabled?
FATAL
priority.
LogKit
logger will log messages of priority FATAL_ERROR
.
org.apache.avalon.framework.logger.Logger.info
enabled?
INFO
priority.
LogKit
logger will log messages of priority INFO
.
org.apache.avalon.framework.logger.Logger.debug
enabled?
TRACE
priority.
LogKit
logger will log messages of priority DEBUG
.
org.apache.avalon.framework.logger.Logger.warn
enabled?
WARN
priority.
LogKit
logger will log messages of priority WARN
.
org.apache.commons.logging.Log
interface that wraps the standard JDK logging mechanisms that are
available in SourceForge's Lumberjack for JDKs prior to 1.4.org.apache.commons.logging.Log
interface that wraps the standard JDK logging mechanisms that were
introduced in the Merlin release (JDK 1.4).org.apache.commons.logging.Log
) of the system
property identifying our Log
implementation class.
Log
that maps directly to a
Logger for log4J version 1.2.LogFactory
or Log
instance cannot be created by the corresponding
factory methods.null
as its detail message.
Log
instances, with discovery and
configuration features similar to that employed by standard Java APIs
such as JAXP.LogFactory
that implements the
following algorithm to dynamically select a logging implementation
class to instantiate a wrapper for.org.apache.commons.logging.Log
that wraps the avalon-logkit
logging system.LogKitLogger
which wraps the LogKit
logger with given name.
LogFactory
instead - The default factory
implementation performs exactly the same algorithm as this class didLog
implementation class that will be used to create new instances.
setLogFactory
method of the selected
Log
method, if it exists.
setLogFactory
method to be used.
LogKit
logger
Log
implementation, based
on the given name.
LogFactory
implementation class, loaded by the specified class loader.
Log
instance for the specified name.
LogFactory
instance as in the
factories
map, but for the case where
getClassLoader
returns null
.
priority
) of the key in the config file used to
specify the priority of that particular config file.
Log
instances returned by this factory.
LogFactory
instances that have been associated with the specified class loader
(if any), after calling the instance method release()
on
each of them.
Log
instances returned by this factory.
LogFactory
instances, after calling the instance method release()
on
each of them.
SimpleLog
start with this
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.
org.apache.avalon.framework.logger.Logger.debug
.
org.apache.avalon.framework.logger.Logger.debug
.
java.util.logging.Level.FINEST
.
java.util.logging.Level.FINEST
.
java.util.logging.Level.FINEST
.
java.util.logging.Level.FINEST
.
org.apache.log4j.Priority.TRACE
.
org.apache.log4j.Priority.TRACE
.
org.apache.log.Priority.DEBUG
.
org.apache.log.Priority.DEBUG
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE
.
Hashtable
that uses WeakReference
's
to hold its keys thus allowing them to be reclaimed by the garbage collector.org.apache.avalon.framework.logger.Logger.warn
.
org.apache.avalon.framework.logger.Logger.warn
.
java.util.logging.Level.WARNING
.
java.util.logging.Level.WARNING
.
java.util.logging.Level.WARNING
.
java.util.logging.Level.WARNING
.
org.apache.log4j.Priority.WARN
.
org.apache.log4j.Priority.WARN
.
org.apache.log.Priority.WARN
.
org.apache.log.Priority.WARN
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN
.
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN
.
StringBuffer
to the appropriate output destination.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |