class Fluent::Plugin::Output

def try_write(chunk)

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