lib: add optional log domain filtering

v2: add an "application" filter for the default domain (used by
    applications)

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2014-12-02 11:37:26 +00:00
parent 8161a21762
commit 5fe9c88bda
2 changed files with 19 additions and 4 deletions
@@ -35,9 +35,11 @@
</varlistentry>
<varlistentry>
<term><option>--debug</option></term>
<term><option>--debug[=log-domain]</option></term>
<listitem><para>
print extra debugging information when running tests
print extra debugging information when running tests and
optionaly only show the messages from the specified log domain
(use "application" to specifiy the default application domain)
</para></listitem>
</varlistentry>