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