Methods

Class/Module Index [+]

Quicksearch

Fluent::TextFormatter::SingleValueFormatter

Public Instance Methods

format(tag, time, record) click to toggle source
# File lib/fluent/formatter.rb, line 183
def format(tag, time, record)
  text = record[@message_key].to_s
  text << "\n" if @add_newline
  text
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.