Fluent::Plugin::Base
# File lib/fluent/plugin/formatter.rb, line 29 def format(tag, time, record) raise NotImplementedError, "Implement this method in child class" end