Package org.apache.maven.cli.logging
Class Slf4jLoggerManager
java.lang.Object
org.apache.maven.cli.logging.Slf4jLoggerManager
- All Implemented Interfaces:
 org.codehaus.plexus.logging.LoggerManager
Use an SLF4J 
ILoggerFactory as a backing for a Plexus
 LoggerManager,
 ignoring Plexus logger API parts that are not classical and probably not really used.- Since:
 - 3.1
 
- 
Field Summary
Fields inherited from interface org.codehaus.plexus.logging.LoggerManager
ROLE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintWarning: ignored (always return0).org.codehaus.plexus.logging.LoggergetLoggerForComponent(String role) org.codehaus.plexus.logging.LoggergetLoggerForComponent(String role, String hint) The logger name for a component with a non-null hint isrole.hint.intWarning: ignored (always return0).voidreturnComponentLogger(String role) Warning: ignored.voidreturnComponentLogger(String role, String hint) Warning: ignored.voidsetThreshold(int threshold) Warning: ignored.voidsetThresholds(int threshold) Warning: ignored. 
- 
Constructor Details
- 
Slf4jLoggerManager
public Slf4jLoggerManager() 
 - 
 - 
Method Details
- 
getLoggerForComponent
- Specified by:
 getLoggerForComponentin interfaceorg.codehaus.plexus.logging.LoggerManager
 - 
getLoggerForComponent
The logger name for a component with a non-null hint isrole.hint. Warning: this does not conform to logger name as class name convention. (and what aboutnullanddefaulthint equivalence?)- Specified by:
 getLoggerForComponentin interfaceorg.codehaus.plexus.logging.LoggerManager
 - 
returnComponentLogger
Warning: ignored.- Specified by:
 returnComponentLoggerin interfaceorg.codehaus.plexus.logging.LoggerManager
 - 
returnComponentLogger
Warning: ignored.- Specified by:
 returnComponentLoggerin interfaceorg.codehaus.plexus.logging.LoggerManager
 - 
getThreshold
public int getThreshold()Warning: ignored (always return0).- Specified by:
 getThresholdin interfaceorg.codehaus.plexus.logging.LoggerManager
 - 
setThreshold
public void setThreshold(int threshold) Warning: ignored.- Specified by:
 setThresholdin interfaceorg.codehaus.plexus.logging.LoggerManager
 - 
setThresholds
public void setThresholds(int threshold) Warning: ignored.- Specified by:
 setThresholdsin interfaceorg.codehaus.plexus.logging.LoggerManager
 - 
getActiveLoggerCount
public int getActiveLoggerCount()Warning: ignored (always return0).- Specified by:
 getActiveLoggerCountin interfaceorg.codehaus.plexus.logging.LoggerManager
 
 -