public interface

LoggerManager

org.codehaus.plexus.logging.LoggerManager
Known Indirect Subclasses

Summary

Fields
public static final String ROLE
Public Methods
abstract int getActiveLoggerCount()
abstract Logger getLoggerForComponent(String role)
abstract Logger getLoggerForComponent(String role, String hint)
abstract int getThreshold()
abstract void returnComponentLogger(String role, String hint)
abstract void returnComponentLogger(String role)
abstract void setThreshold(int threshold)
abstract void setThresholds(int threshold)

Fields

public static final String ROLE

Public Methods

public abstract int getActiveLoggerCount ()

public abstract Logger getLoggerForComponent (String role)

public abstract Logger getLoggerForComponent (String role, String hint)

public abstract int getThreshold ()

public abstract void returnComponentLogger (String role, String hint)

public abstract void returnComponentLogger (String role)

public abstract void setThreshold (int threshold)

public abstract void setThresholds (int threshold)