# File 'lib/roby/log/hooks.rb', line 23defadded_child_object(child,relations,info)superifdefined?superRoby::Log.log(:added_task_child){[self,relations,child,info]}end
# File 'lib/roby/log/hooks.rb', line 28defremoved_child_object(child,relations)superifdefined?superRoby::Log.log(:removed_task_child){[self,relations,child]}end