Fix logging file location docs
The location mentioned in the docs didn't work because it was wrong. Change-Id: I80bbc16bfecc5662317f9963299981266b95bba8 Reviewed-by: Kai Koehne <kai.koehne@digia.com>bb10
parent
c2c90b95bf
commit
1f3d9b12ab
|
|
@ -141,13 +141,13 @@ static void setBoolLane(QBasicAtomicInt *atomic, bool enable, int shift)
|
|||
|
||||
Order of evaluation:
|
||||
\list
|
||||
\li Rules from QtProject/qlogging.ini
|
||||
\li Rules from QtProject/qtlogging.ini
|
||||
\li Rules set by \l setFilterRules()
|
||||
\li Rules from file in \c QT_LOGGING_CONF
|
||||
\li Rules from environment variable QT_LOGGING_RULES
|
||||
\endlist
|
||||
|
||||
The \c QtProject/qlogging.ini file is looked up in all directories returned
|
||||
The \c QtProject/qtlogging.ini file is looked up in all directories returned
|
||||
by QStandardPaths::GenericConfigLocation, e.g.
|
||||
|
||||
\list
|
||||
|
|
|
|||
Loading…
Reference in New Issue