diff options
-rw-r--r-- | tasker/reporting.py | 4 |
1 files 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 |