Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dachary <[email protected]>
  • Loading branch information
krollins-mdb and dacharyc authored Jun 25, 2024
1 parent 3fc7eef commit 7ee8fab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/MissingPlaceholders/example.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/generated/cpp/logger.snippet.set-default-log-level.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/generated/cpp/logger.snippet.initialize-logger.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. tabs-drivers::

tabs:
- id: cpp
- id: cpp-sdk
content: |

.. literalinclude:: /examples/MissingPlaceholders/example.cpp
Expand Down
6 changes: 3 additions & 3 deletions source/sdk/test-and-debug/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can set the level of detail reported by Atlas Device SDK.
.. tabs-drivers::

.. tab::
:tabid: cpp
:tabid: cpp-sdk

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

Expand Down Expand Up @@ -103,7 +103,7 @@ debugging.
.. tabs-drivers::

.. tab::
:tabid: cpp
:tabid: cpp-sdk

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

Expand Down Expand Up @@ -161,7 +161,7 @@ Other Loggers
.. tabs-drivers::

.. tab::
:tabid: cpp
:tabid: cpp-sdk

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

0 comments on commit 7ee8fab

Please sign in to comment.