Output
# File lib/fluent/plugin/out_stdout.rb, line 24 def emit(tag, es, chain) es.each {|time,record| $log.write "#{Time.at(time).localtime} #{tag}: #{Yajl.dump(record)}\n" } $log.flush chain.next end
[Validate]
Generated with the Darkfish Rdoc Generator 2.