protected function Provision_ShellCommand::log in Aegir Objects 7.3
3 calls to Provision_ShellCommand::log()
- Provision_ShellCommand::notice in drush/
Provision/ ShellCommand.php - Provision_ShellCommand::success in drush/
Provision/ ShellCommand.php - Provision_ShellCommand::warning in drush/
Provision/ ShellCommand.php
File
- drush/
Provision/ ShellCommand.php, line 37
Class
Code
protected function log($message, $type) {
drush_log($message, $type);
return true;
}