Package | Description |
---|---|
org.eclipse.aether.connector.async | |
org.eclipse.aether.connector.file | |
org.eclipse.aether.connector.wagon | |
org.eclipse.aether.spi.log |
Modifier and Type | Method and Description |
---|---|
AsyncRepositoryConnectorFactory |
AsyncRepositoryConnectorFactory.setLoggerFactory(LoggerFactory loggerFactory)
Sets the logger factory to use for this component.
|
Modifier and Type | Method and Description |
---|---|
FileRepositoryConnectorFactory |
FileRepositoryConnectorFactory.setLoggerFactory(LoggerFactory loggerFactory)
Sets the logger factory to use for this component.
|
Modifier and Type | Method and Description |
---|---|
WagonRepositoryConnectorFactory |
WagonRepositoryConnectorFactory.setLoggerFactory(LoggerFactory loggerFactory)
Sets the logger factory to use for this component.
|
Modifier and Type | Class and Description |
---|---|
class |
NullLoggerFactory
A logger factory that disables any logging.
|
Modifier and Type | Field and Description |
---|---|
static LoggerFactory |
NullLoggerFactory.INSTANCE
The singleton instance of this factory.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
NullLoggerFactory.getSafeLogger(LoggerFactory loggerFactory,
Class<?> type)
Gets a logger from the specified factory for the given class, falling back to a logger from this factory if the
specified factory is
null or fails to provide a logger. |
Copyright © 2010-2012 The Eclipse Foundation. All Rights Reserved.