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 classDeprecated.private static final classDeprecated.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 classDeprecated.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 classDeprecated.Use SLF4J insteadFields in org.eclipse.aether.spi.log declared as LoggerModifier and TypeFieldDescriptionstatic final LoggerNullLoggerFactory.LOGGERDeprecated.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 LoggerNullLoggerFactory.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 isnullor fails to provide a logger.