module Fluent::Compat::DetachProcessMixin

def detach_process

def detach_process
  log.warn "#{__method__} is not supported in this version. ignored."
  yield
end