# File lib/god/simple_logger.rb, line 48
    def debug(msg)
      self.output(DEBUG, msg)
    end