ConsoleKit\Command::writeerr PHP Метод

writeerr() публичный Метод

Writes a message in bold red to STDERR
public writeerr ( string $text ) : Command
$text string
Результат Command
    public function writeerr($text)
    {
        return $this->write($text, Colors::RED | Colors::BOLD, TextWriter::STDERR);
    }