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