Modifier and Type | Method and Description |
---|---|
BasicRepositoryConnectorFactory |
BasicRepositoryConnectorFactory.setLoggerFactory(LoggerFactory loggerFactory)
Sets the logger factory to use for this component.
|
Modifier and Type | Class and Description |
---|---|
class |
PlexusLoggerFactory
A logger factory that delegates to Plexus logging.
|
class |
Slf4jLoggerFactory
A logger factory that delegates to Slf4J logging.
|
Modifier and Type | Class and Description |
---|---|
class |
TestLoggerFactory
A logger factory that writes to some
PrintStream . |
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. |
Modifier and Type | Method and Description |
---|---|
ClasspathTransporterFactory |
ClasspathTransporterFactory.setLoggerFactory(LoggerFactory loggerFactory)
Sets the logger factory to use for this component.
|
Modifier and Type | Method and Description |
---|---|
FileTransporterFactory |
FileTransporterFactory.setLoggerFactory(LoggerFactory loggerFactory)
Sets the logger factory to use for this component.
|
Modifier and Type | Method and Description |
---|---|
HttpTransporterFactory |
HttpTransporterFactory.setLoggerFactory(LoggerFactory loggerFactory)
Sets the logger factory to use for this component.
|
Modifier and Type | Method and Description |
---|---|
WagonTransporterFactory |
WagonTransporterFactory.setLoggerFactory(LoggerFactory loggerFactory)
Sets the logger factory to use for this component.
|
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.