Class Slf4jLoggerManager
java.lang.Object
org.apache.maven.cling.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 SummaryFields inherited from interface org.codehaus.plexus.logging.LoggerManagerROLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Slf4jLoggerManagerpublic Slf4jLoggerManager()
 
- 
- 
Method Details- 
getLoggerForComponent- Specified by:
- getLoggerForComponentin interface- org.codehaus.plexus.logging.LoggerManager
 
- 
getLoggerForComponentThe 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 interface- org.codehaus.plexus.logging.LoggerManager
 
- 
returnComponentLoggerWarning: ignored.- Specified by:
- returnComponentLoggerin interface- org.codehaus.plexus.logging.LoggerManager
 
- 
returnComponentLogger
- 
getThresholdpublic int getThreshold()Warning: ignored (always return0).- Specified by:
- getThresholdin interface- org.codehaus.plexus.logging.LoggerManager
 
- 
setThresholdpublic void setThreshold(int threshold) Warning: ignored.- Specified by:
- setThresholdin interface- org.codehaus.plexus.logging.LoggerManager
 
- 
setThresholdspublic void setThresholds(int threshold) Warning: ignored.- Specified by:
- setThresholdsin interface- org.codehaus.plexus.logging.LoggerManager
 
- 
getActiveLoggerCountpublic int getActiveLoggerCount()Warning: ignored (always return0).- Specified by:
- getActiveLoggerCountin interface- org.codehaus.plexus.logging.LoggerManager
 
 
-