Method: Fluent::Plugin::Output#force_flush

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

#force_flushObject



1401
1402
1403
1404
1405
1406
# File 'lib/fluent/plugin/output.rb', line 1401

def force_flush
  if @buffering
    @buffer.enqueue_all(true)
    submit_flush_all
  end
end