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 classprivate static final classMethods 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 classA logger that disables any logging.Fields in org.eclipse.aether.spi.log declared as LoggerModifier and TypeFieldDescriptionstatic final LoggerNullLoggerFactory.LOGGERThe 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 LoggerNullLoggerFactory.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 isnullor fails to provide a logger.