You are here

protected function Provision_ShellCommand::notice in Aegir Objects 7.3

3 calls to Provision_ShellCommand::notice()
Provision_ShellCommand::execCommand in drush/Provision/ShellCommand.php
Run a command in a subprocess, and stream the output.
Provision_ShellCommand::runCommand in drush/Provision/ShellCommand.php
Run a command in a subshell, and post the output once complete.
Provision_ShellCommand::setProperty in drush/Provision/ShellCommand.php

File

drush/Provision/ShellCommand.php, line 42

Class

Provision_ShellCommand

Code

protected function notice($message) {
  return $this
    ->log($message, 'notice');
}