Deployer\Console\Output\RemoteOutput::writeln PHP Method

writeln() public method

public writeln ( $messages, $type = self::OUTPUT_NORMAL )
    public function writeln($messages, $type = self::OUTPUT_NORMAL)
    {
        $this->write($messages, true, $type);
    }