Add example qtlogging.conf file to QLoggingCategory documentation
Change-Id: I0ceeb8afa711cc7bc1378287b0d550871e5bfd9d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
parent
b379161565
commit
1f9de90b4e
@ -131,7 +131,13 @@ static void setBoolLane(QBasicAtomicInt *atomic, bool enable, int shift)
|
|||||||
are automatically loaded from the \c [Rules] section of a logging
|
are automatically loaded from the \c [Rules] section of a logging
|
||||||
configuration file. Such configuration files are looked up in the QtProject
|
configuration file. Such configuration files are looked up in the QtProject
|
||||||
configuration directory, or explicitly set in a \c QT_LOGGING_CONF
|
configuration directory, or explicitly set in a \c QT_LOGGING_CONF
|
||||||
environment variable.
|
environment variable:
|
||||||
|
|
||||||
|
\code
|
||||||
|
[Rules]
|
||||||
|
*.debug=false
|
||||||
|
driver.usb.debug=true
|
||||||
|
\endcode
|
||||||
|
|
||||||
Rules set by \l setFilterRules() take precedence over rules specified
|
Rules set by \l setFilterRules() take precedence over rules specified
|
||||||
in the QtProject configuration directory, and can, in turn, be
|
in the QtProject configuration directory, and can, in turn, be
|
||||||
|
Loading…
Reference in New Issue
Block a user