Gets the severity level of the message.
Message levels are declared in MigrationInterface and start with MESSAGE_.
int The message level.
\Drupal\migrate\Plugin\MigrationInterface
public function getLevel() { return $this->level; }