module Fluent::Compat::DetachProcessMixin

Private Instance Methods

detach_process() { || ... } click to toggle source
# File lib/fluent/compat/detach_process_mixin.rb, line 20
def detach_process
  log.warn "#{__method__} is not supported in this version. ignored."
  yield
end