[W3af-svn-notify] [Task #146760] Log events should display the time
Status: Beta
Brought to you by:
andresriancho
From: SourceForge.net <no...@so...> - 2008-03-29 15:52:05
|
Task #146760 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Log events should display the time Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: Log events should display the time; maybe this could be done like this: - gtkOutput plugin is the one that gets the time and timestamps every message - gtkOutput plugin writes a object in the queue that has a getTime method. - The gtkUi should display the messages like "obj.getTime() + str(obj)" Follow-Ups: ------------------------------------------------------- Date: 2008-03-29 12:52 By: facundobatista Comment: Done, r893. ------------------------------------------------------- Date: 2008-03-29 12:10 By: andresriancho Comment: Added functionality in the core. r890 ------------------------------------------------------- Date: 2008-03-29 11:52 By: facundobatista Comment: The messages I get from the queue after retrieving the queue with kb.kb.getData("gtkOutput", "queue") does not have the getTime() method: ['__doc__', '__init__', '__module__', '_msg', '_newLine', '_type', 'getMsg', 'getNewLine', 'getType'] Also, to retrieve the text itself, I'm using getMsg(), doing str() to the message does not work. Furthermore, the string getTime does not exists in the full project... Andres, maybe you need to add this functionality to the core? ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146760&group_id=170274&group_project_id=55113 |