|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.eventspy_30.LoggerManagerImpl
public class LoggerManagerImpl
Bridges logging over Callback.
| Nested Class Summary | |
|---|---|
static class |
LoggerManagerImpl.LogEvent
Container for log event details. |
| Field Summary |
|---|
| Fields inherited from interface org.codehaus.plexus.logging.LoggerManager |
|---|
ROLE |
| Constructor Summary | |
|---|---|
LoggerManagerImpl(org.apache.maven.eventspy.EventSpy spy,
org.codehaus.plexus.logging.LoggerManager delegate)
|
|
| Method Summary | |
|---|---|
int |
getActiveLoggerCount()
Not supported. |
org.codehaus.plexus.logging.Logger |
getLoggerForComponent(String role)
|
org.codehaus.plexus.logging.Logger |
getLoggerForComponent(String role,
String roleHint)
|
int |
getThreshold()
|
int |
getThreshold(String role)
|
int |
getThreshold(String role,
String roleHint)
Not supported. |
void |
returnComponentLogger(String role)
|
void |
returnComponentLogger(String role,
String hint)
Not supported. |
void |
setThreshold(int threshold)
|
void |
setThresholds(int threshold)
Same as setThreshold(int), we do not track logger adapters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggerManagerImpl(org.apache.maven.eventspy.EventSpy spy,
org.codehaus.plexus.logging.LoggerManager delegate)
| Method Detail |
|---|
public void setThreshold(int threshold)
setThreshold in interface org.codehaus.plexus.logging.LoggerManagerpublic void setThresholds(int threshold)
setThreshold(int), we do not track logger adapters.
setThresholds in interface org.codehaus.plexus.logging.LoggerManagerpublic int getThreshold()
getThreshold in interface org.codehaus.plexus.logging.LoggerManagerpublic int getThreshold(String role)
public int getThreshold(String role,
String roleHint)
public org.codehaus.plexus.logging.Logger getLoggerForComponent(String role)
getLoggerForComponent in interface org.codehaus.plexus.logging.LoggerManager
public org.codehaus.plexus.logging.Logger getLoggerForComponent(String role,
String roleHint)
getLoggerForComponent in interface org.codehaus.plexus.logging.LoggerManager
public void returnComponentLogger(String role,
String hint)
returnComponentLogger in interface org.codehaus.plexus.logging.LoggerManagerpublic void returnComponentLogger(String role)
returnComponentLogger in interface org.codehaus.plexus.logging.LoggerManagerpublic int getActiveLoggerCount()
getActiveLoggerCount in interface org.codehaus.plexus.logging.LoggerManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||