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 intgetActiveLoggerCount()LoggergetLoggerForComponent(String role)LoggergetLoggerForComponent(String role, String hint)intgetThreshold()voidreturnComponentLogger(String role)voidreturnComponentLogger(String role, String hint)voidsetThreshold(int threshold)voidsetThresholds(int threshold)
-