|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Logger in org.apache.avalon.cornerstone.blocks.connection |
Methods in org.apache.avalon.cornerstone.blocks.connection with parameters of type Logger | |
void |
DefaultConnectionManager.enableLogging(Logger logger)
|
Uses of Logger in org.apache.avalon.cornerstone.blocks.masterstore |
Methods in org.apache.avalon.cornerstone.blocks.masterstore with parameters of type Logger | |
void |
File_Persistent_Stream_Repository.enableLogging(Logger logger)
|
void |
File_Persistent_Object_Repository.enableLogging(Logger logger)
|
Uses of Logger in org.apache.avalon.cornerstone.blocks.masterstore.xml |
Methods in org.apache.avalon.cornerstone.blocks.masterstore.xml with parameters of type Logger | |
void |
XMLFilePersistentObjectRepository.enableLogging(Logger logger)
|
Uses of Logger in org.apache.avalon.cornerstone.services.connection |
Methods in org.apache.avalon.cornerstone.services.connection with parameters of type Logger | |
void |
AbstractService.enableLogging(Logger logger)
|
Uses of Logger in org.apache.avalon.excalibur.component |
Methods in org.apache.avalon.excalibur.component that return Logger | |
Logger |
LogkitLoggerManager.getLoggerForCategory(java.lang.String categoryName)
Deprecated. |
Logger |
LogkitLoggerManager.getDefaultLogger()
Deprecated. |
Uses of Logger in org.apache.avalon.excalibur.component.servlet |
Methods in org.apache.avalon.excalibur.component.servlet that return Logger | |
protected Logger |
AbstractServiceManagerServlet.getLogger()
Deprecated. Obtain a reference to the servlet's logger. |
protected Logger |
AbstractComponentManagerServlet.getLogger()
Deprecated. Obtain a reference to the servlet's logger. |
Uses of Logger in org.apache.avalon.excalibur.datasource |
Methods in org.apache.avalon.excalibur.datasource with parameters of type Logger | |
void |
AbstractJdbcConnection.enableLogging(Logger log)
|
Uses of Logger in org.apache.avalon.excalibur.logger |
Classes in org.apache.avalon.excalibur.logger that implement Logger | |
class |
Log4JLogger
The default Log4J wrapper class for Logger. |
class |
ServletLogger
Logger to bootstrap avalon application iside a servlet. |
Fields in org.apache.avalon.excalibur.logger declared as Logger | |
protected Logger |
ConsoleLoggerManager.m_logger
|
Methods in org.apache.avalon.excalibur.logger that return Logger | |
Logger |
LoggerManager.getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
Logger |
LoggerManager.getDefaultLogger()
Return the default Logger. |
protected Logger |
Log4JLoggerManager.doGetLoggerForCategory(java.lang.String fullCategoryName)
|
protected Logger |
AbstractLoggerManager.getLogger()
Derived LoggerManager implementations should obtain a logger to log their own messages via this call. |
Logger |
AbstractLoggerManager.getDefaultLogger()
Retruns the logger for the "" category. |
protected abstract Logger |
AbstractLoggerManager.doGetLoggerForCategory(java.lang.String fullCategoryName)
Actually create a logger wrapping underlying logger backed implementation for a give category. |
Logger |
AbstractLoggerManager.getLoggerForCategory(java.lang.String categoryName)
Retrieves a Logger from a category name. |
Logger |
DefaultLoggerManager.getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
Logger |
DefaultLoggerManager.getDefaultLogger()
Return the default Logger. |
Logger |
ConsoleLoggerManager.getDefaultLogger()
|
Logger |
ConsoleLoggerManager.getLoggerForCategory(java.lang.String categoryName)
|
Logger |
SimpleLogKitManager.getLoggerForCategory(java.lang.String name)
Retrieve a logger by name. |
Logger |
SimpleLogKitManager.getDefaultLogger()
Retrieve the root logger. |
Logger |
Log4JLogger.getChildLogger(java.lang.String name)
Create a new child logger. |
Logger |
LoggerLoggerManager.getLoggerForCategory(java.lang.String categoryName)
|
Logger |
LoggerLoggerManager.getDefaultLogger()
|
Logger |
ServletLogger.getChildLogger(java.lang.String name)
Just returns this logger ( ServletLogger is not hierarchical). |
protected Logger |
LogKitLoggerManager.doGetLoggerForCategory(java.lang.String fullCategoryName)
Actually create a logger for the given category. |
Methods in org.apache.avalon.excalibur.logger with parameters of type Logger | |
void |
AbstractLoggerManager.enableLogging(Logger fallbackLogger)
Accept the logger we shall use as the initial and the fallback logger. |
void |
DefaultLoggerManager.enableLogging(Logger logger)
Provide a logger. |
Constructors in org.apache.avalon.excalibur.logger with parameters of type Logger | |
Log4JLoggerManager(java.lang.String prefix,
org.apache.log4j.spi.LoggerRepository hierarchy,
Logger defaultLogger)
Creates a new DefaultLog4JManager with an existing Hierarchy using
specified logger name as root logger. |
|
Log4JLoggerManager(java.lang.String prefix,
org.apache.log4j.spi.LoggerRepository hierarchy,
Logger defaultLogger,
Logger logger)
Creates a new DefaultLog4JManager with an existing Hierarchy using
specified logger name as root logger. |
|
Log4JLoggerManager(java.lang.String prefix,
org.apache.log4j.spi.LoggerRepository hierarchy,
java.lang.String switchToCategory,
Logger defaultLogger,
Logger logger)
Creates a new DefaultLog4JManager . |
|
AbstractLoggerManager(java.lang.String prefix,
java.lang.String switchTo,
Logger defaultLoggerOverride)
Initializes AbstractLoggerManager. |
|
LoggerLoggerManager(Logger logger)
|
|
LogKitLoggerManager(java.lang.String prefix,
Hierarchy hierarchy,
Logger defaultOverrideAndFallback)
Creates a new LogKitLoggerManager
with an existing Hierarchy using
specified logger name as a fallback logger and to
forcibly override the root logger;
compatibility constructor. |
|
LogKitLoggerManager(java.lang.String prefix,
Hierarchy hierarchy,
Logger defaultLoggerOverride,
Logger fallbackLogger)
Creates a new LogKitLoggerManager
with an existing Hierarchy using
specified loggers to forcibly override
the default logger and to provide a fallback logger;
compatibility constructor. |
|
LogKitLoggerManager(java.lang.String prefix,
Hierarchy hierarchy,
java.lang.String switchToCategory,
Logger defaultLoggerOverride,
Logger fallbackLogger)
Creates a new LogKitLoggerManager ;
"root" constructor invoked by all other constructors. |
Uses of Logger in org.apache.avalon.excalibur.logger.decorator |
Methods in org.apache.avalon.excalibur.logger.decorator that return Logger | |
Logger |
PrefixDecorator.getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
Logger |
PrefixDecorator.getDefaultLogger()
Return the default Logger. |
Logger |
OverrideDefaultDecorator.getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
Logger |
OverrideDefaultDecorator.getDefaultLogger()
Return the default Logger. |
Logger |
CachingDecorator.getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
Logger |
CachingDecorator.getDefaultLogger()
Return the default Logger. |
Logger |
LoggerManagerDecorator.getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
Logger |
LoggerManagerDecorator.getDefaultLogger()
Return the default Logger. |
Methods in org.apache.avalon.excalibur.logger.decorator with parameters of type Logger | |
void |
LoggerManagerDecorator.enableLogging(Logger logger)
|
void |
LogToSelfDecorator.enableLogging(Logger logger)
Substitutes the supplied logger by m_switch.get() . |
Constructors in org.apache.avalon.excalibur.logger.decorator with parameters of type Logger | |
OverrideDefaultDecorator(LoggerManager loggerManager,
Logger defaultLogger)
Creates an OverrideDecorator instance. |
Uses of Logger in org.apache.avalon.excalibur.logger.log4j |
Methods in org.apache.avalon.excalibur.logger.log4j that return Logger | |
Logger |
Log4JAdapter.getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
Logger |
Log4JAdapter.getDefaultLogger()
Return the default Logger. |
Uses of Logger in org.apache.avalon.excalibur.logger.logkit |
Methods in org.apache.avalon.excalibur.logger.logkit that return Logger | |
Logger |
LogKitAdapter.getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
Logger |
LogKitAdapter.getDefaultLogger()
Return the default Logger. |
Methods in org.apache.avalon.excalibur.logger.logkit with parameters of type Logger | |
void |
LogKitLoggerHelper.enableLogging(Logger logger)
|
Constructors in org.apache.avalon.excalibur.logger.logkit with parameters of type Logger | |
ErrorHandlerAdapter(Logger reliableLogger)
|
Uses of Logger in org.apache.avalon.excalibur.logger.util |
Fields in org.apache.avalon.excalibur.logger.util declared as Logger | |
protected static Logger |
LoggerSwitch.SHARED_NULL
|
Methods in org.apache.avalon.excalibur.logger.util that return Logger | |
Logger |
LoggerManagerTee.getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
Logger |
LoggerManagerTee.getDefaultLogger()
Return the default Logger. |
Logger |
LoggerSwitch.get()
We create a logger with no methods for changing m_fallback and m_preferred for security reasons. |
Methods in org.apache.avalon.excalibur.logger.util with parameters of type Logger | |
void |
AvalonTee.enableLogging(Logger logger)
|
void |
LoggerSwitch.setFallback(Logger fallback)
|
void |
LoggerSwitch.setPreferred(Logger preferred)
|
Constructors in org.apache.avalon.excalibur.logger.util with parameters of type Logger | |
LoggerSwitch(Logger fallback)
|
|
LoggerSwitch(Logger fallback,
Logger preferred)
|
Uses of Logger in org.apache.avalon.excalibur.monitor |
Methods in org.apache.avalon.excalibur.monitor with parameters of type Logger | |
void |
PassiveMonitor.enableLogging(Logger logger)
|
void |
ActiveMonitor.enableLogging(Logger logger)
|
Uses of Logger in org.apache.avalon.excalibur.testcase |
Classes in org.apache.avalon.excalibur.testcase that implement Logger | |
class |
BufferedLogger
Deprecated. ECM is no longer supported |
Methods in org.apache.avalon.excalibur.testcase that return Logger | |
Logger |
BufferedLogger.getChildLogger(java.lang.String name)
Deprecated. Create a new child logger. |
Methods in org.apache.avalon.excalibur.testcase with parameters of type Logger | |
void |
FullLifecycleComponent.enableLogging(Logger logger)
Deprecated. |
Uses of Logger in org.apache.avalon.excalibur.thread.impl |
Methods in org.apache.avalon.excalibur.thread.impl with parameters of type Logger | |
void |
InstrumentedResourceLimitingThreadPool.enableLogging(Logger logger)
|
void |
DefaultThreadPool.enableLogging(Logger logger)
|
void |
ResourceLimitingThreadPool.enableLogging(Logger logger)
|
Uses of Logger in org.apache.avalon.fortress.impl |
Methods in org.apache.avalon.fortress.impl that return Logger | |
protected Logger |
DefaultContainerManager.createLoggerFromContext(Context initParameters)
|
Logger |
DefaultContainerManager.getLogger()
Allows to get the logger and associated hierarchy for logging. |
Constructors in org.apache.avalon.fortress.impl with parameters of type Logger | |
DefaultContainerManager(ContextManager contextManager,
Logger logger)
|
|
DefaultContainerManager(Context initParameters,
Logger logger)
|
Uses of Logger in org.apache.avalon.fortress.impl.handler |
Fields in org.apache.avalon.fortress.impl.handler declared as Logger | |
protected Logger |
AbstractComponentHandler.m_logger
Logger for factory |
Constructors in org.apache.avalon.fortress.impl.handler with parameters of type Logger | |
PrepareHandlerCommand(ComponentHandler handler,
Logger logger)
Creation of a new prepare handler command. |
Uses of Logger in org.apache.avalon.fortress.tools |
Methods in org.apache.avalon.fortress.tools that return Logger | |
protected Logger |
FortressBean.getLogger()
|
Methods in org.apache.avalon.fortress.tools with parameters of type Logger | |
void |
FortressBean.enableLogging(Logger logger)
|
Uses of Logger in org.apache.avalon.fortress.util |
Fields in org.apache.avalon.fortress.util declared as Logger | |
protected Logger |
ContextManager.m_logger
|
protected Logger |
ContextManager.m_primordialLogger
|
Methods in org.apache.avalon.fortress.util that return Logger | |
protected Logger |
ContextManager.getLogger()
Get a reference the Logger. |
Constructors in org.apache.avalon.fortress.util with parameters of type Logger | |
ContextManager(Context rootContext,
Logger logger)
Create a new ContextManager. |
Uses of Logger in org.apache.avalon.framework.container |
Methods in org.apache.avalon.framework.container with parameters of type Logger | |
static void |
ContainerUtil.enableLogging(java.lang.Object object,
Logger logger)
Supply specified object with Logger if it implements the LogEnabled interface. |
Uses of Logger in org.apache.avalon.framework.logger |
Classes in org.apache.avalon.framework.logger that implement Logger | |
class |
CommonsLogger
An Avalon Logger implementation backed by a
of commons lLogging. |
class |
ConsoleLogger
Logger sending everything to the standard output streams. |
class |
Jdk14Logger
The default JDK 1.4 wrapper class for Logger. |
class |
LogKitLogger
The default LogKit wrapper class for Logger. |
class |
NullLogger
The Null Logger class. |
Fields in org.apache.avalon.framework.logger declared as Logger | |
protected Logger |
LoggerAwareOutputStream.m_logger
Logger reference |
Methods in org.apache.avalon.framework.logger that return Logger | |
Logger |
CommonsLogger.getChildLogger(java.lang.String name)
|
Logger |
ConsoleLogger.getChildLogger(java.lang.String name)
Just returns this logger ( ConsoleLogger is not hierarchical). |
Logger |
Jdk14Logger.getChildLogger(java.lang.String name)
Create a new child logger. |
Logger |
NullLogger.getChildLogger(java.lang.String name)
Returns this NullLogger . |
Logger |
Log4JLogger.getChildLogger(java.lang.String name)
Create a new child logger. |
Logger |
LogKitLogger.getChildLogger(java.lang.String name)
Create a new child logger. |
Logger |
Logger.getChildLogger(java.lang.String name)
Create a new child logger. |
protected Logger |
AbstractLogEnabled.getLogger()
Helper method to allow sub-classes to aquire logger. |
Methods in org.apache.avalon.framework.logger with parameters of type Logger | |
static Logger |
LogKit2AvalonLoggerAdapter.createLogger(Logger logger)
Create a Logkit Logger instance that
redirects to an Avalon Logger instance. |
void |
AbstractLogEnabled.enableLogging(Logger logger)
Set the components logger. |
protected void |
AbstractLogEnabled.setupLogger(java.lang.Object component,
Logger logger)
Helper method to setup other components with logger. |
void |
LogEnabled.enableLogging(Logger logger)
Provide component with a logger. |
Constructors in org.apache.avalon.framework.logger with parameters of type Logger | |
LoggerAwareOutputStream(Logger logger)
Constructor, creates instance of class. |
|
LogKit2AvalonLoggerAdapter(Logger logger)
Constructor for an Adaptor. |
Uses of Logger in org.apache.excalibur.instrument.client |
Methods in org.apache.excalibur.instrument.client that return Logger | |
protected Logger |
InstrumentManagerConnection.getLogger()
|
Methods in org.apache.excalibur.instrument.client with parameters of type Logger | |
void |
InstrumentManagerConnection.enableLogging(Logger logger)
|
Uses of Logger in org.apache.excalibur.instrument.client.http |
Methods in org.apache.excalibur.instrument.client.http with parameters of type Logger | |
void |
HTTPInstrumentManagerConnection.enableLogging(Logger logger)
|
Uses of Logger in org.apache.excalibur.instrument.manager.impl |
Methods in org.apache.excalibur.instrument.manager.impl with parameters of type Logger | |
void |
InstrumentProxy.enableLogging(Logger logger)
|
Uses of Logger in org.apache.excalibur.source.impl |
Methods in org.apache.excalibur.source.impl with parameters of type Logger | |
void |
CommonsVFSSource.enableLogging(Logger logger)
Enables logging for this source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |