Method: WEBrick::BasicLog#debug

Defined in:
lib/webrick/log.rb

#debug(msg) ⇒ Object

Shortcut for logging a DEBUG message



97
# File 'lib/webrick/log.rb', line 97

def debug(msg) log(DEBUG, "DEBUG " << format(msg)); end