Lines Matching +full:verbosity +full:- +full:level
3 .. _west-apis:
4 .. _west-apis-west:
10 some additional APIs used by the :ref:`west extensions <west-extensions>` in
21 2. if you add a :ref: target here, add it to west-not-found.rst too.
23 .. _west-apis-commands:
30 All built-in and extension commands are implemented as subclasses of the
126 The *verbosity* parameter.
151 logging the call at ``Verbosity.DBG_MORE`` level.
154 The *cwd* keyword argument was replaced with a catch-all ``**kwargs``.
160 logging the call at Verbosity.DBG_MORE level.
163 The *cwd* keyword argument was replaced with a catch-all ``**kwargs``.
169 the call at Verbosity.DBG_MORE level.
182 ``west.log`` module to a per-command interface that will allow for a global
214 .. _west-apis-commands-output:
216 Verbosity subsection
221 above). This section documents a related enum used to declare verbosity levels.
223 .. autoclass:: west.commands.Verbosity
239 :show-inheritance:
246 :show-inheritance:
248 .. _west-apis-configuration:
258 Note that if you are writing a :ref:`west extension <west-extensions>`, you can
297 Module-global ConfigParser instance for the current configuration. This
301 .. _west-apis-log:
308 Verbosity control
311 To set the global verbosity level, use ``set_verbosity()``.
315 These verbosity levels are defined.
338 .. _west-apis-manifest:
346 represent the contents of a :ref:`manifest file <west-manifests>`. The
366 Manifest and sub-objects
375 All arguments were made keyword-only. The *source_file* argument was
402 Conveniences for accessing sub-objects by name or other identifier:
421 This respects the ``manifest.project-filter`` configuration
422 option. See :ref:`west-config-index`.
426 :member-order: bysource
527 :show-inheritance:
530 :show-inheritance:
533 :show-inheritance:
539 :show-inheritance:
547 .. _west-apis-util:
573 :show-inheritance: