bevy_debug_log
Allows viewing the tracing debug log output inside the app - particularly on platforms like mobile where you have no easy way to follow the terminal output. Beware that currently using this crate will enable bevy/default_font. Consider only enabling it in debug builds.

Usage
new.add_plugins;
// in any bevy system use this trigger to toggle the debug log ui on and off
commands.trigger;
[!TIP] Run
cargo run --example simpleto see this example for yourself!
Contributing
Our Other Crates
- bevy_device_lang
- bevy_web_popups
- bevy_libgdx_atlas
- bevy_ios_iap
- bevy_ios_review
- bevy_ios_gamecenter
- bevy_ios_alerts
- bevy_ios_notifications
- bevy_ios_impact
- bevy_ios_safearea
Compatible Bevy Versions
| bevy | crate |
|---|---|
| 0.18 | 0.8, main |
| 0.17 | 0.7 |
| 0.16 | 0.6 |
| 0.15 | 0.4, 0.5 |
| 0.14 | 0.1, 0.2, 0.3 |
License
bevy_debug_log is dual-licensed under either MIT or Apache 2.0, at your option.