Method: Fluent::Plugin::Output#process
- Defined in:
- lib/fluent/plugin/output.rb
#process(tag, es) ⇒ Object
114 115 116 |
# File 'lib/fluent/plugin/output.rb', line 114 def process(tag, es) raise NotImplementedError, "BUG: output plugins MUST implement this method" end |