We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfa573 commit cedfdc4Copy full SHA for cedfdc4
components/console/introduction.rst
@@ -229,6 +229,9 @@ level. For example::
229
$output->writeln(...);
230
}
231
232
+ // alternatively you can pass the verbosity level to writeln()
233
+ $output->writeln('...', OutputInterface::VERBOSITY_VERBOSE);
234
+
235
There are also more semantic methods you can use to test for each of the
236
verbosity levels::
237
0 commit comments