class Fluent::Plugin::Formatter
def format(tag, time, record)
def format(tag, time, record) raise NotImplementedError, "Implement this method in child class" end
def formatter_type
def formatter_type :text_per_line end
def format(tag, time, record) raise NotImplementedError, "Implement this method in child class" end
def formatter_type :text_per_line end