module ElasticAPM::Logging

def fatal(msg, *args, &block)

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