Fluent::Plugin::Formatter
# File lib/fluent/plugin/formatter_hash.rb, line 24 def format(tag, time, record) "#{record.to_s}\n" end