From 4da84d94d8d9f44e1bbc2c8d1ad1d90c663e47ef Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Wed, 5 Dec 2007 10:45:45 +0100 Subject: Some docs change in Reporting --- tasker/reporting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasker/reporting.py b/tasker/reporting.py index 78a1874..76e835a 100644 --- a/tasker/reporting.py +++ b/tasker/reporting.py @@ -22,10 +22,10 @@ class Reports(object): """Instances of this class are used as reporting mechanism by which the plugins can comminucate back to whatever frontend we are using. - Message has five parts: + Message has four parts: origin - who sent the message (name of the plugin, Pluginsystem, ...) semantics - what action does the message describe - (system, plugin, task, info, ..) + (INFO, ALERT, PROGRESS, START, STOP) importance - how is that message important (debug, info, error, ...) this must be number, possibly the same as in logging module message - the message itself -- cgit