Skip to content

Commit 7ee8fab

Browse files
Apply suggestions from code review
Co-authored-by: Dachary <[email protected]>
1 parent 3fc7eef commit 7ee8fab

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

source/includes/sdk-examples/logger/logging-set-change-level-example-2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/MissingPlaceholders/example.cpp

source/includes/sdk-examples/logger/logging-set-change-level-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/generated/cpp/logger.snippet.set-default-log-level.cpp

source/includes/sdk-examples/logger/logging-set-custom-logger-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/generated/cpp/logger.snippet.initialize-logger.cpp

source/includes/sdk-examples/logger/logging-turn-off-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tabs-drivers::
22

33
tabs:
4-
- id: cpp
4+
- id: cpp-sdk
55
content: |
66

77
.. literalinclude:: /examples/MissingPlaceholders/example.cpp

source/sdk/test-and-debug/log.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can set the level of detail reported by Atlas Device SDK.
4545
.. tabs-drivers::
4646

4747
.. tab::
48-
:tabid: cpp
48+
:tabid: cpp-sdk
4949

5050
.. include:: /includes/api-details/cpp/logger/logging-set-change-level-description.rst
5151

@@ -103,7 +103,7 @@ debugging.
103103
.. tabs-drivers::
104104

105105
.. tab::
106-
:tabid: cpp
106+
:tabid: cpp-sdk
107107

108108
.. include:: /includes/api-details/cpp/logger/logging-customize-logger-description.rst
109109

@@ -161,7 +161,7 @@ Other Loggers
161161
.. tabs-drivers::
162162

163163
.. tab::
164-
:tabid: cpp
164+
:tabid: cpp-sdk
165165

166166
The C++ SDK uses a sync logger that behaves differently than the rest of
167167
the examples on this page. You can set or change your sync client's log

0 commit comments

Comments
 (0)