| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Manager --+
|
BaseComponent --+
|
Component --+
|
Debugger
Create a new Debugger Component
Creates a new Debugger Component that filters all events in teh system printing each event to sys.stderr or a Logger Component.
:var IgnoreEvents: list of events (str) to ignore :var IgnoreChannels: list of channels (str) to ignore :var enabled: Enabled/Disabled flag
:param log: Logger Component instnace or None (*default*)
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Static Methods | |
| Class Variables | |
IgnoreEvents =
|
|
IgnoreChannels =
|
|
| Instance Variables | |
|
Inherited from |
| Properties | |
|
Inherited from Inherited from |
| Method Details |
initializes x; see x.__class__.__doc__ for signature
|
|
Global Event Handler Event handler to listen and filter all events printing each event to self.file or a Logger Component instnace by calling self.logger.debug
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 4 00:24:46 2010 | http://epydoc.sourceforge.net |