# File lib/rgen/instantiator/ecore_xml_instantiator.rb, line 165
  def log(level, msg)
    puts %w(INFO WARN ERROR)[level] + ": " + msg if level >= @loglevel
  end