method
debug
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
debug(msg)
public
Hide source
# File lib/webrick/log.rb, line 52 def debug(msg) log(DEBUG, "DEBUG " << format(msg)); end