| Home | Trees | Indices | Help |
|
|---|
|
|
Attach a job monitor to a panel.
The monitor will perform callbacks to onMonitorStart(message), onMonitorProgress(message), etc. if the associated method is defined. If the type specific method is not defined, then the monitor will call onMonitorMessage(message). Otherwise the message is dropped.
See park.monitor for a description of the usual messages.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
|
|
|
|
Called when the job sends a logging record. The logging record contains a normal python logging record. The default behaviour is to tie into the application logging system using: logger = logging.getLogger(message.record.name) logger.handle(message.record) Logging levels are set in the job controller.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 16 15:03:51 2009 | http://epydoc.sourceforge.net |