Pimcore\Console\AbstractCommand::writeError PHP Method

writeError() protected method

protected writeError ( $message )
$message
    protected function writeError($message)
    {
        $this->output->writeln(sprintf('<error>ERROR: %s</error>', $message));
    }