class Fluent::Plugin::Formatter
Constants
- PARSER_TYPES
Public Instance Methods
format(tag, time, record)
click to toggle source
# File lib/fluent/plugin/formatter.rb, line 35 def format(tag, time, record) raise NotImplementedError, "Implement this method in child class" end
formatter_type()
click to toggle source
# File lib/fluent/plugin/formatter.rb, line 31 def formatter_type :text_per_line end