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