method
error
error(msg)
public
Hide source
# File lib/webrick/log.rb, line 49 def error(msg) log(ERROR, "ERROR " << format(msg)); end