File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,38 @@ runtime.
1616
1717Code examples for the logging API are provided in the `logger ` example folder.
1818
19- Binary Logger
19+ .. ------------------------------- Example -------------------------------------
20+
21+ .. toctree ::
22+
23+ logger_example
24+
25+ .. ---------------------------- API Reference ----------------------------------
26+
27+ API Reference
2028-------------
2129
22- The binary logger provides a wrapper around
30+ .. include-build-file :: inc/logger.inc
31+
32+ Binary Log
33+ ----------
34+
35+ The binary log component provides a wrapper around
2336https://github.com/p-ranav/binary_log for enabling compact binary logging of
2437basic integer, floating point, and string data types.
2538
26- Code examples for the binary logging API are provided in the `binary_logger `
39+ Code examples for the binary logging API are provided in the `binary_log `
2740example folder.
2841
2942.. ------------------------------- Example -------------------------------------
3043
3144 .. toctree ::
3245
33- logger_example
34- binary_logger_example
46+ binary_log_example
3547
3648.. ---------------------------- API Reference ----------------------------------
3749
3850 API Reference
3951-------------
4052
41- .. include-build-file :: inc/logger.inc
42- .. include-build-file :: inc/binary-logger.inc
53+ .. include-build-file :: inc/binary-log.inc
You can’t perform that action at this time.
0 commit comments