diff options
author | Alex Blasche <alexander.blasche@theqtcompany.com> | 2016-01-15 10:54:31 +0100 |
---|---|---|
committer | Alex Blasche <alexander.blasche@theqtcompany.com> | 2016-01-15 14:28:57 +0000 |
commit | 46d727097c986e6c359291b9ad08ebe1b1b271f0 (patch) | |
tree | 4e687de02a264c28a8dce0ba21cc6c44003d9a12 /src | |
parent | ad431bbfc15efbe62912d4cdc26025b0ea51b324 (diff) | |
download | qtconnectivity-46d727097c986e6c359291b9ad08ebe1b1b271f0.tar.gz |
Document QtBluetooth and QtNfc logging categories
Change-Id: Ib5a9f4e5c0eef85a1acd93454d842bbb0d615751
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/bluetooth/doc/src/bluetooth-index.qdoc | 26 | ||||
-rw-r--r-- | src/nfc/doc/src/nfc-index.qdoc | 14 |
2 files changed, 40 insertions, 0 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc index 41b962bf..b0ba62a0 100644 --- a/src/bluetooth/doc/src/bluetooth-index.qdoc +++ b/src/bluetooth/doc/src/bluetooth-index.qdoc @@ -75,6 +75,32 @@ import statement in your \c .qml file: \li \l {Qt Bluetooth C++ Classes}{C++ Classes} \endlist +\section2 Logging Categories + +The \l QtBluetooth module exports the following +\l {Configuring Categories}{logging categories}: + +\table +\header + \li Logging Category + \li Description +\row + \li qt.bluetooth + \li Enables logging of cross platform code path in QtBluetooth +\row + \li qt.bluetooth.android + \li Enables logging of the Android implementation +\row + \li qt.bluetooth.bluez + \li Enables logging of the BLuez/Linux implementation +\row + \li qt.bluetooth.ios + \li Enables logging of the iOS implementation +\row + \li qt.bluetooth.osx + \li Enables logging of the OS X implementation +\endtable + \section2 Examples \list \li QML diff --git a/src/nfc/doc/src/nfc-index.qdoc b/src/nfc/doc/src/nfc-index.qdoc index da8833d8..a37ba293 100644 --- a/src/nfc/doc/src/nfc-index.qdoc +++ b/src/nfc/doc/src/nfc-index.qdoc @@ -73,6 +73,20 @@ import statement in your \c .qml file: \li \l {Qt NFC C++ Classes}{C++ Classes} \endlist +\section2 Logging Categories + +The \l QtNfc module exports the following +\l {Configuring Categories}{logging categories}: + +\table +\header + \li Logging Category + \li Description +\row + \li qt.nfc.neard + \li Enables logging of the Neard/Linux implementation +\endtable + \section2 Examples \list \li QML |