org.codehaus.plexus.logging
public interface LoggerManager
Version: $Id: LoggerManager.java 6965 2007-10-21 05:32:27Z jvanzyl $
Field Summary | |
---|---|
String | ROLE |
Method Summary | |
---|---|
int | getActiveLoggerCount() |
Logger | getLoggerForComponent(String role) |
Logger | getLoggerForComponent(String role, String roleHint) |
int | getThreshold()
Returns the current threshold for all new loggers.
|
int | getThreshold(String role) |
int | getThreshold(String role, String roleHint) |
void | returnComponentLogger(String role) |
void | returnComponentLogger(String role, String hint) |
void | setThreshold(int threshold)
Sets the threshold for all new loggers. |
void | setThreshold(String role, int threshold) |
void | setThreshold(String role, String roleHint, int threshold) |
void | setThresholds(int threshold)
Sets the threshold for all loggers. |
Returns: Returns the current threshold for all new loggers.
Parameters: threshold The new threshold.
Parameters: threshold The new threshold.