= private = protected
debug(msg)
Shortcut for logging a DEBUG message
# File lib/webrick/log.rb, line 77 def debug(msg) log(DEBUG, "DEBUG " << format(msg)); end