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