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