Method: Fluent::Plugin::Output#after_start
- Defined in:
- lib/fluent/plugin/output.rb
#after_start ⇒ Object
525 526 527 528 |
# File 'lib/fluent/plugin/output.rb', line 525 def after_start super @secondary.after_start if @secondary end |