Class: Fluent::ExecFilterOutput::MessagePackFormatter

Inherits:
Formatter
  • Object
show all
Defined in:
lib/fluent/plugin/out_exec_filter.rb

Instance Method Summary collapse

Instance Method Details

#call(record, out) ⇒ Object



350
351
352
# File 'lib/fluent/plugin/out_exec_filter.rb', line 350

def call(record, out)
  record.to_msgpack(out)
end