File tree 1 file changed +18
-7
lines changed
1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,38 @@ runtime.
16
16
17
17
Code examples for the logging API are provided in the `logger ` example folder.
18
18
19
- Binary Logger
19
+ .. ------------------------------- Example -------------------------------------
20
+
21
+ .. toctree ::
22
+
23
+ logger_example
24
+
25
+ .. ---------------------------- API Reference ----------------------------------
26
+
27
+ API Reference
20
28
-------------
21
29
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
23
36
https://github.com/p-ranav/binary_log for enabling compact binary logging of
24
37
basic integer, floating point, and string data types.
25
38
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 `
27
40
example folder.
28
41
29
42
.. ------------------------------- Example -------------------------------------
30
43
31
44
.. toctree ::
32
45
33
- logger_example
34
- binary_logger_example
46
+ binary_log_example
35
47
36
48
.. ---------------------------- API Reference ----------------------------------
37
49
38
50
API Reference
39
51
-------------
40
52
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