Class: Fluent::Compat::ExecUtil::MessagePackFormatter

Inherits:
Formatter
  • Object
show all
Defined in:
lib/fluent/compat/exec_util.rb

Instance Method Summary collapse

Instance Method Details

#call(record, out) ⇒ Object



123
124
125
# File 'lib/fluent/compat/exec_util.rb', line 123

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