DataSift\Storyplayer\Console\DefaultConsole::logPhaseError PHP Method

logPhaseError() public method

called when a story logs an error
public logPhaseError ( string $phaseName, string $msg ) : void
$phaseName string
$msg string
return void
    public function logPhaseError($phaseName, $msg)
    {
        // we have to show this now, and save it for final output later
        $this->write("e", $this->writer->failStyle);
    }