11 lines
265 B
Markdown
11 lines
265 B
Markdown
<!--[metadata]
|
|
title = "Log file example"
|
|
-->
|
|
|
|
Demonstrates how to log any file from the SDK using the [`Importer`](https://www.rerun.io/docs/concepts/logging-and-ingestion/importers/overview) machinery.
|
|
|
|
Usage:
|
|
```bash
|
|
cargo run -p log_file -- examples/assets
|
|
```
|