Uses of Interface
org.eclipse.aether.spi.log.Logger
Package
Description
Utility classes to ease unit testing.
A simple logging infrastructure for diagnostic messages.
-
Uses of Logger in org.eclipse.aether.internal.impl.slf4j
-
Uses of Logger in org.eclipse.aether.internal.test.util
-
Uses of Logger in org.eclipse.aether.spi.log
Modifier and TypeFieldDescriptionstatic final Logger
NullLoggerFactory.LOGGER
Deprecated.The singleton logger used by this factory.Modifier and TypeMethodDescriptionDeprecated.Gets a logger for a class with the specified name.Deprecated.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 isnull
or fails to provide a logger.