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