Uses of Interface
org.eclipse.aether.spi.log.LoggerFactory
Packages that use LoggerFactory
Package
Description
A simple logging infrastructure for diagnostic messages.
-
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.