| Package | Description | 
|---|---|
| org.eclipse.aether.spi.log | A simple logging infrastructure for diagnostic messages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NullLoggerFactoryA logger factory that disables any logging. | 
| Modifier and Type | Field and Description | 
|---|---|
| static LoggerFactory | NullLoggerFactory. INSTANCEThe singleton instance of this factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Logger | NullLoggerFactory. getSafeLogger(LoggerFactory loggerFactory,
                          Class<?> type)Gets a logger from the specified factory for the given class, falling back to a logger from this factory if the
 specified factory is  nullor fails to provide a logger. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.