class Fluent::Plugin::NullOutput

def process(tag, es)

def process(tag, es)
  raise "failed to flush" if @never_flush
  # Do nothing
end