Package org.eclipse.aether.spi.log
Interface LoggerFactory
-
- All Known Implementing Classes:
NullLoggerFactory
@Deprecated public interface LoggerFactory
Deprecated.Use SLF4J insteadA factory to create loggers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Logger
getLogger(java.lang.String name)
Deprecated.Gets a logger for a class with the specified name.
-