Object
# File lib/fluent/formatter.rb, line 23 def configure(conf) super end
# File lib/fluent/formatter.rb, line 27 def format(tag, time, record) raise NotImplementedError, "Implement this method in child class" end