# File lib/thin/logging.rb, line 142 def log_debug(msg=nil) Logging.log_msg(msg || yield, Logger::DEBUG) end