ConsoleKit\StdTextWriter::writeln PHP Method

writeln() public method

public writeln ( $text = '', $pipe = TextWriter::STDOUT )
    public function writeln($text = '', $pipe = TextWriter::STDOUT)
    {
        $this->write("{$text}\n", $pipe);
    }
StdTextWriter