Package vtrace :: Module notifiers
[hide private]
[frames] | no frames]

Module notifiers

source code

Vtrace notitifers base classes and examples

Vtrace supports the idea of callback notifiers which get called whenever particular events occur in the target process. Notifiers may be registered to recieve a callback on any of the vtrace.NOTIFY_FOO events from vtrace. One notifier *may* be registered with more than one trace, as the "notify" method is passed a reference to the trace for which an event has occured...

Classes [hide private]
  Notifier
The top level example notifier...
  VerboseNotifier
  DistributedNotifier
A notifier which will distributed notifications out to locally registered notifiers so that remote tracer's notifier callbacks only require once across the wire.
Variables [hide private]
  __package__ = 'vtrace'