method
debug
debug(msg)
public
Hide source
# File lib/webrick/log.rb, line 52 def debug(msg) log(DEBUG, "DEBUG " << format(msg)); end