method

info

v1_9_2_180 - Show latest stable - Class: WEBrick::BasicLog
info(msg)
public

No documentation available.

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