Method: Fluent::Plugin::Output#close
- Defined in:
- lib/fluent/plugin/output.rb
#close ⇒ Object
589 590 591 592 593 594 |
# File 'lib/fluent/plugin/output.rb', line 589 def close @buffer.close if @buffering && @buffer @secondary.close if @secondary super end |