Module: Roby::Log::ControlHooks

Included in:
Control
Defined in:
lib/roby/log/hooks.rb

Defined Under Namespace

Modules: ClassExtension

Constant Summary collapse

HOOKS =
%w{cycle_end}

Instance Method Summary collapse

Instance Method Details

#cycle_end(timings) ⇒ Object



155
156
157
158
# File 'lib/roby/log/hooks.rb', line 155

def cycle_end(timings)
    super if defined? super
    Roby::Log.log(:cycle_end) { [timings] }
end