Method: Fluent::Plugin::JSONFormatter#format

Defined in:
lib/fluent/plugin/formatter_json.rb

#format(tag, time, record) ⇒ Object



50
51
52
# File 'lib/fluent/plugin/formatter_json.rb', line 50

def format(tag, time, record)
  "#{@dump_proc.call(record)}#{@newline}"
end