#Ways to log information?

6 messages · Page 1 of 1 (latest)

primal field
#

I'm pretty new to Rust and Bevy.

Does anyone know an easy way to log to console or web browser from Bevy when using trunk serve?

And in general, what are effective ways of debugging?

hasty ermine
#

A general way to print to terminal is the println! macro from Rust

primal field
#

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

hasty ermine
#

Oh sorry I did not read carefully again

grizzled girder