Method: Fluent::Plugin::Output#write
- Defined in:
- lib/fluent/plugin/output.rb
#write(chunk) ⇒ Object
118 119 120 |
# File 'lib/fluent/plugin/output.rb', line 118 def write(chunk) raise NotImplementedError, "BUG: output plugins MUST implement this method" end |