# File lib/thin/logging.rb, line 41
    def debug(msg=nil)
      log msg || yield if Logging.debug?
    end