Skip to content

Commit 04c55fe

Browse files
committed
update op docs
1 parent d277e27 commit 04c55fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/content/reference/sdk-operating-modes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ Use [`RecordingStream::save`](https://docs.rs/rerun/latest/rerun/struct.Recordin
8080

8181
Streams all logging data to standard output, which can then be loaded by the Rerun Viewer by streaming it from standard input.
8282

83+
#### C++
84+
85+
Use [`RecordingStream::stdout`](https://ref.rerun.io/docs/cpp/stable/classrerun_1_1RecordingStream.html#SOMEHASH?speculative-link).
86+
87+
Check out our [dedicated example](https://github.com/rerun-io/rerun/tree/latest/examples/cpp/stdio/main.cpp?speculative-link).
88+
8389
#### Python
8490

8591
Use [`rr.stdout`](https://ref.rerun.io/docs/python/stable/common/initialization_functions/#rerun.stdout?speculative-link).

0 commit comments

Comments
 (0)