setVerbosity(int $level) Sets the verbosity of the output.
writeln(string|array $messages, int $options = self::OUTPUT_NORMAL) Writes a message to the output
bool isDecorated() Gets the decorated flag.
setDecorated(bool $decorated) Sets the decorated flag.
class StreamOutput extends Output
bool isDebug() Returns whether verbosity is debug (-vvv).
OutputFormatterInterface
writeln(string|array $messages, int $options) Writes a message to the output and adds a newline at
bool isQuiet() Returns whether verbosity is quiet (-q).
Page 4 of 5