Phrozn\Outputter::stdout PHP Method

stdout() public method

Processes the output for a message that should be displayed on STDOUT.
public stdout ( string $msg, string $status = self::STATUS_OK ) : Phrozn\Outputter
$msg string The message to output
$status string Output status
return Phrozn\Outputter
    public function stdout($msg, $status = self::STATUS_OK);