function IOInterface::writeErrorRaw
Writes a message to the error output, without formatting it.
Parameters
string|string[] $messages The message as an array of lines or a single string:
bool $newline Whether to add a newline or not:
int $verbosity Verbosity level from the VERBOSITY_* constants:
Return value
void
1 method overrides IOInterface::writeErrorRaw()
- BaseIO::writeErrorRaw in vendor/
composer/ composer/ src/ Composer/ IO/ BaseIO.php - @inheritDoc
File
-
vendor/
composer/ composer/ src/ Composer/ IO/ IOInterface.php, line 108
Class
- IOInterface
- The Input/Output helper interface.
Namespace
Composer\IOCode
public function writeErrorRaw($messages, bool $newline = true, int $verbosity = self::NORMAL);