# File lib/god/simple_logger.rb, line 44
    def info(msg)
      self.output(INFO, msg)
    end