#Ways to log information?
6 messages · Page 1 of 1 (latest)
A general way to print to terminal is the println! macro from Rust
This somehow does not work when using trunk serve
It is logging a load of other things that I wouldn't want in my console though
Oh sorry I did not read carefully again
The same way you log to the console in native builds:
https://github.com/bevyengine/bevy/blob/latest/examples/app/logs.rs