Uses of Interface
org.eclipse.aether.spi.log.Logger
-
Packages that use Logger Package Description org.eclipse.aether.internal.impl.slf4j org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.spi.log 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 Logger Modifier and Type Class Description private static classSlf4jLoggerFactory.Slf4jLoggerDeprecated.private static classSlf4jLoggerFactory.Slf4jLoggerExDeprecated.Methods in org.eclipse.aether.internal.impl.slf4j that return Logger Modifier and Type Method Description LoggerSlf4jLoggerFactory. getLogger(java.lang.String name)Deprecated. -
Uses of Logger in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement Logger Modifier and Type Class Description private static classTestLoggerFactory.TestLoggerDeprecated.Fields in org.eclipse.aether.internal.test.util declared as Logger Modifier and Type Field Description private LoggerTestLoggerFactory. loggerDeprecated.Methods in org.eclipse.aether.internal.test.util that return Logger Modifier and Type Method Description LoggerTestLoggerFactory. getLogger(java.lang.String name)Deprecated. -
Uses of Logger in org.eclipse.aether.spi.log
Classes in org.eclipse.aether.spi.log that implement Logger Modifier and Type Class Description (package private) classNullLoggerDeprecated.Use SLF4J insteadFields in org.eclipse.aether.spi.log declared as Logger Modifier and Type Field Description static LoggerNullLoggerFactory. LOGGERDeprecated.The singleton logger used by this factory.Methods in org.eclipse.aether.spi.log that return Logger Modifier and Type Method Description LoggerLoggerFactory. getLogger(java.lang.String name)Deprecated.Gets a logger for a class with the specified name.LoggerNullLoggerFactory. getLogger(java.lang.String name)Deprecated.static LoggerNullLoggerFactory. getSafeLogger(LoggerFactory loggerFactory, java.lang.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.
-