Uses of Interface
org.eclipse.aether.spi.log.Logger
Packages that use 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
Classes in org.eclipse.aether.internal.impl.slf4j that implement LoggerModifier and TypeClassDescriptionprivate static final class
private static final class
Methods in org.eclipse.aether.internal.impl.slf4j that return Logger -
Uses of Logger in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement LoggerFields in org.eclipse.aether.internal.test.util declared as LoggerMethods in org.eclipse.aether.internal.test.util that return Logger -
Uses of Logger in org.eclipse.aether.spi.log
Classes in org.eclipse.aether.spi.log that implement LoggerModifier and TypeClassDescription(package private) final class
A logger that disables any logging.Fields in org.eclipse.aether.spi.log declared as LoggerModifier and TypeFieldDescriptionstatic final Logger
NullLoggerFactory.LOGGER
The singleton logger used by this factory.Methods in org.eclipse.aether.spi.log that return LoggerModifier and TypeMethodDescriptionGets a logger for a class with the specified 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.