Coolio::TimerWatcher
# File lib/fluent/plugin/in_tail.rb, line 455 def initialize(interval, tw, log, &callback) @callback = callback @tw = tw @log = log super(interval, false) end
# File lib/fluent/plugin/in_tail.rb, line 462 def on_timer @callback.call(@tw) rescue => e @log.error e.to_s @log.error_backtrace(e.backtrace) ensure detach end
[Validate]
Generated with the Darkfish Rdoc Generator 2.