Package | Description |
---|---|
org.eclipse.aether.spi.log |
A simple logging infrastructure for diagnostic messages.
|
Modifier and Type | Field and Description |
---|---|
static Logger |
NullLoggerFactory.LOGGER
Deprecated.
The singleton logger used by this factory.
|
static Logger |
NullLoggerFactory.LOGGER
Deprecated.
The singleton logger used by this factory.
|
Modifier and Type | Method and Description |
---|---|
Logger |
LoggerFactory.getLogger(String name)
Deprecated.
Gets a logger for a class with the specified name.
|
Logger |
NullLoggerFactory.getLogger(String name)
Deprecated.
|
Logger |
NullLoggerFactory.getLogger(String name)
Deprecated.
|
Logger |
LoggerFactory.getLogger(String name)
Deprecated.
Gets a logger for a class with the specified name.
|
static Logger |
NullLoggerFactory.getSafeLogger(LoggerFactory loggerFactory,
Class<?> type)
Deprecated.
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. |
static Logger |
NullLoggerFactory.getSafeLogger(LoggerFactory loggerFactory,
Class<?> type)
Deprecated.
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–2022 The Apache Software Foundation. All rights reserved.