# File lib/fluent/compat/structured_format_mixin.rb, line 20 def format(tag, time, record) filter_record(tag, time, record) format_record(record) end