[Rock-dev] [rock] #76: orocos.rb: usability log_all_ports

rock noreply at opendfki.de
Sat Nov 12 14:36:46 CET 2011


#76: orocos.rb: usability  log_all_ports
---------------------------+-----------------------------------
Reporter:  Alexander.Duda  |      Owner:  rock-dev-mailing-list
    Type:  enhancement     |     Status:  new
Priority:  major           |  Component:  toolchain
Keywords:                  |
---------------------------+-----------------------------------
 At the moment it is not possible to do something like:

   task = TaskContext.get 'my_task'
   task2 = TaskContext.get 'my_task2'
   log_all_tasks :tasks => [task,task2]
 or
   log_all_tasks :exclude_ports => [task.port1,task2.port1]

 If you trying to do this, the logger will silently ignore the options or
 in the case of :tasks nothing will be logged which is a very bad behavior.

 At least the logger should check if the options are regular expressions or
 strings

-- 
Ticket URL: <http://rock.opendfki.de/ticket/76>
rock <http://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list