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
Deprecated.private static final class
Deprecated.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 LoggerModifier and TypeClassDescriptionprivate static final class
Deprecated.Fields 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
Deprecated.Use SLF4J insteadFields in org.eclipse.aether.spi.log declared as LoggerModifier and TypeFieldDescriptionstatic final Logger
NullLoggerFactory.LOGGER
Deprecated.The singleton logger used by this factory.Methods in org.eclipse.aether.spi.log that return LoggerModifier 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.