Method: Fluent::Plugin::Output#close

Defined in:
lib/fluent/plugin/output.rb

#closeObject



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