org.codehaus.plexus.logging
public interface LoggerManager
Version: $Id: LoggerManager.java 1323 2004-12-20 23:00:59Z 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) |
Returns: Returns the current threshold for all new loggers.
Parameters: threshold The new threshold.