Josh McKinney
|
3f2f2cd6ab
|
feat(docs): add tracing example (#1192)
Add an example that demonstrates logging to a file for:
<https://forum.ratatui.rs/t/how-do-you-println-debug-your-tui-programs/66>
```shell
cargo run --example tracing
RUST_LOG=trace cargo run --example=tracing
cat tracing.log
```
![Made with VHS](https://vhs.charm.sh/vhs-21jgJCedh2YnFDONw0JW7l.gif)
|
2024-06-19 17:29:19 -07:00 |
|