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