Package org.codehaus.plexus.logging
Interface LoggerManager
-
- All Known Implementing Classes:
AbstractLoggerManager
,BaseLoggerManager
,ConsoleLoggerManager
public interface LoggerManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getActiveLoggerCount()
Logger
getLoggerForComponent(String role)
Logger
getLoggerForComponent(String role, String hint)
int
getThreshold()
void
returnComponentLogger(String role)
void
returnComponentLogger(String role, String hint)
void
setThreshold(int threshold)
void
setThresholds(int threshold)
-