ComponentMonitor interface that extend
the capabilities supplied by the default PicoContainer.See: Description
| Class | Description |
|---|---|
| CommonsLoggingComponentMonitor |
A
ComponentMonitor which writes to a Commons Logging Log instance. |
| ComponentDependencyMonitor |
Understands how to capture component dependency information from
picocontainer.
|
| ComponentDependencyMonitor.Dependency |
Understands which other classes are required to instantiate a component.
|
| DotDependencyGraphComponentMonitor | |
| Log4JComponentMonitor |
A
ComponentMonitor which writes to a Log4J Logger instance. |
| Slf4jComponentMonitor |
A
ComponentMonitor which writes to a Slf4j
Logger instance. |
This package contains various implementations of the ComponentMonitor interface that extend
the capabilities supplied by the default PicoContainer. Most Monitors rely on one or more 3rd party libraries to perform
their job, however, they are independent and you only need to import the library associated with the monitor you desire
to utilize.
This package contains monitors that log to the various popular logging packages:
Copyright © 2003-2014 Codehaus. All Rights Reserved.