Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.14 KB

using-native-loggers.md

File metadata and controls

19 lines (15 loc) · 1.14 KB
title order description
Integrate Rerun with native loggers
700
How to use the Rerun SDK as a native logger for the host language

The Rerun SDK implements the native logging interfaces of its supported host languages, allowing you to transparently stream text logs logged with the native APIs into the Rerun Viewer.

The details of how to achieve that vary language by language, see the snippets below.

snippet: archetypes/text_log_integration