Uses of Interface
org.eclipse.aether.spi.log.Logger
-
Packages that use Logger Package Description org.eclipse.aether.spi.log A simple logging infrastructure for diagnostic messages. -
-
Uses of Logger in org.eclipse.aether.spi.log
Fields in org.eclipse.aether.spi.log declared as Logger Modifier and Type Field Description static Logger
NullLoggerFactory. LOGGER
The singleton logger used by this factory.Methods in org.eclipse.aether.spi.log that return Logger Modifier and Type Method Description Logger
LoggerFactory. getLogger(String name)
Gets a logger for a class with the specified name.Logger
NullLoggerFactory. getLogger(String name)
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 isnull
or fails to provide a logger.
-