Method: Fluent::Plugin::Output#terminate

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

#terminateObject



596
597
598
599
600
601
# File 'lib/fluent/plugin/output.rb', line 596

def terminate
  @buffer.terminate if @buffering && @buffer
  @secondary.terminate if @secondary

  super
end