Logs a message using the Migrate message service.
string $message: The message to log.
string $type: The type of message, for example: status or warning.
public function logMessage($message, $type = 'status') { $this->message ->display($message, $type); }