Uses of Interface
org.eclipse.aether.spi.log.LoggerFactory
Package
Description
The various sub components that collectively implement the repository system.
Utility classes to ease unit testing.
A simple logging infrastructure for diagnostic messages.
-
Uses of LoggerFactory in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultArtifactResolver.setLoggerFactory
(LoggerFactory loggerFactory) Deprecated.not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibilityDefaultRepositorySystem.setLoggerFactory
(LoggerFactory loggerFactory) Deprecated.not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibility -
Uses of LoggerFactory in org.eclipse.aether.internal.impl.slf4j
-
Uses of LoggerFactory in org.eclipse.aether.internal.test.util
-
Uses of LoggerFactory in org.eclipse.aether.spi.log
Modifier and TypeFieldDescriptionstatic final LoggerFactory
NullLoggerFactory.INSTANCE
Deprecated.The singleton instance of this factory.Modifier and TypeMethodDescriptionstatic 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.