You are here

public function Drush8Io::text in Drush Language Commands 8

File

src/Drush8Io.php, line 28

Class

Drush8Io

Namespace

Drupal\drush_language

Code

public function text($text) {
  drush_log($text, LogLevel::NOTICE);
}