module ElasticAPM::Log

def warn(msg, *args, &block)

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