method

error

v1_8_7_330 - Show latest stable - Class: WEBrick::BasicLog
error(msg)
public

No documentation available.

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