Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions components/console/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ level. For example::
$output->writeln(...);
}

// alternatively you can pass the verbosity level to writeln()
$output->writeln('...', OutputInterface::VERBOSITY_VERBOSE);

There are also more semantic methods you can use to test for each of the
verbosity levels::

Expand Down