| Package | Description |
|---|---|
| org.eclipse.aether.spi.log |
A simple logging infrastructure for diagnostic messages.
|
| Modifier and Type | Field | Description |
|---|---|---|
static Logger |
NullLoggerFactory.LOGGER |
The singleton logger used by this factory.
|
| Modifier and Type | Method | Description |
|---|---|---|
Logger |
LoggerFactory.getLogger(java.lang.String name) |
Gets a logger for a class with the specified name.
|
Logger |
NullLoggerFactory.getLogger(java.lang.String 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. |