JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.eclipse.aether.spi.log
LoggerFactory
Contents
Description
Method Summary
Method Details
getLogger(String)
Hide sidebar
Show sidebar
Interface LoggerFactory
All Known Implementing Classes:
NullLoggerFactory
@Deprecated
public interface
LoggerFactory
Deprecated.
Use SLF4J instead
A factory to create loggers.
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
Logger
getLogger
(
String
name)
Deprecated.
Gets a logger for a class with the specified name.
Method Details
getLogger
Logger
getLogger
(
String
name)
Deprecated.
Gets a logger for a class with the specified name.
Parameters:
name
- The name of the class requesting a logger, must not be
null
.
Returns:
The requested logger, never
null
.