Package | Description |
---|---|
org.eclipse.aether.internal.impl.slf4j | |
org.eclipse.aether.internal.test.util |
Utility classes to ease unit testing.
|
org.eclipse.aether.spi.log |
A simple logging infrastructure for diagnostic messages.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Slf4jLoggerFactory.Slf4jLogger |
private static class |
Slf4jLoggerFactory.Slf4jLoggerEx |
Modifier and Type | Method and Description |
---|---|
Logger |
Slf4jLoggerFactory.getLogger(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
private static class |
TestLoggerFactory.TestLogger |
Modifier and Type | Field and Description |
---|---|
private Logger |
TestLoggerFactory.logger |
Modifier and Type | Method and Description |
---|---|
Logger |
TestLoggerFactory.getLogger(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
NullLogger
A logger that disables any logging.
|
Modifier and Type | Field and Description |
---|---|
static Logger |
NullLoggerFactory.LOGGER
The singleton logger used by this factory.
|
Modifier and Type | Method and Description |
---|---|
Logger |
NullLoggerFactory.getLogger(java.lang.String name) |
Logger |
LoggerFactory.getLogger(java.lang.String name)
Gets a logger for a class with the specified name.
|
static Logger |
NullLoggerFactory.getSafeLogger(LoggerFactory loggerFactory,
java.lang.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. |