method
info
info(msg)
public
Hide source
# File lib/webrick/log.rb, line 51 def info(msg) log(INFO, "INFO " << format(msg)); end