module ElasticAPM::Log

def fatal(msg, *args, &block)

def fatal(msg, *args, &block)
  log(:fatal, msg, *args, &block)
end