class Fluent::ExecFilterOutput::MessagePackFormatter

def call(record, out)

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