Debugger component used to debug each event in a system by printing each event to sys.stderr or to a Logger Component instance.
Bases: circuits.core.components.BaseComponent
Create a new Debugger Component
Creates a new Debugger Component that listens to all events in the system printing each event to sys.stderr or a Logger Component.
Variables: |
|
---|---|
Parameters: | log – Logger Component instance or None (default) |
initializes x; see x.__class__.__doc__ for signature