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

logPhaseActivity() public method

called when a story logs an action
public logPhaseActivity ( string $msg, $codeLine = null ) : void
$msg string
return void
    public function logPhaseActivity($msg, $codeLine = null)
    {
        // show the user that *something* happened
        if (!$this->isSilent()) {
            $this->write(".", $this->writer->miniActivityStyle);
        }
    }