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