# File lib/god/simple_logger.rb, line 42
    def error(msg)
      self.output(ERROR, msg)
    end