Uses of Interface
org.eclipse.aether.spi.log.LoggerFactory
Packages that use 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
Methods in org.eclipse.aether.internal.impl that return LoggerFactoryMethods in org.eclipse.aether.internal.impl with parameters of type LoggerFactoryModifier 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
Classes in org.eclipse.aether.internal.impl.slf4j that implement LoggerFactory -
Uses of LoggerFactory in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement LoggerFactory -
Uses of LoggerFactory in org.eclipse.aether.spi.log
Classes in org.eclipse.aether.spi.log that implement LoggerFactoryFields in org.eclipse.aether.spi.log declared as LoggerFactoryModifier and TypeFieldDescriptionstatic final LoggerFactoryNullLoggerFactory.INSTANCEDeprecated.The singleton instance of this factory.Methods in org.eclipse.aether.spi.log with parameters of type LoggerFactoryModifier and TypeMethodDescriptionstatic 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.