class Fluent::Plugin::Output

def write(chunk)

def write(chunk)
  raise NotImplementedError, "BUG: output plugins MUST implement this method"
end