Class: Fluent::Tranquility::Formatter

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/tranquility/formatter.rb

Instance Method Summary collapse

Instance Method Details

#call(_tag, _time, record) ⇒ Object



4
5
6
# File 'lib/fluent/tranquility/formatter.rb', line 4

def call(_tag, _time, record)
  record.to_json + "\n"
end