Method: Fluent::Plugin::Output#format
- Defined in:
- lib/fluent/plugin/output.rb
#format(tag, time, record) ⇒ Object
126 127 128 129 |
# File 'lib/fluent/plugin/output.rb', line 126 def format(tag, time, record) # standard msgpack_event_stream chunk will be used if this method is not implemented in plugin subclass raise NotImplementedError, "BUG: output plugins MUST implement this method" end |