Fluent::Formatter
# File lib/fluent/formatter.rb, line 191 def initialize(proc) @proc = proc end
# File lib/fluent/formatter.rb, line 195 def configure(conf) end
# File lib/fluent/formatter.rb, line 198 def format(tag, time, record) @proc.call(tag, time, record) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.