module ElasticAPM::Logging

def error(msg, *args, &block)

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