# File lib/fluent/plugin/socket_util.rb, line 104 def configure(conf) super @parser = Plugin.new_parser(@format) @parser.configure(conf) end
# File lib/fluent/plugin/socket_util.rb, line 125 def run @loop.run(@blocking_timeout) rescue => e log.error "unexpected error", :error => e, :error_class => e.class log.error_backtrace end
Generated with the Darkfish Rdoc Generator 2.