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