bevy/examples/app
François e3fb23d4d3 add documentation on LogPlugin and more log usage (#1973)
Fixes #1895 

Changed most `println` to `info` in examples, some to `warn` when it was useful to differentiate from other more noisy logs.

Added doc on `LogPlugin`, how to configure it, and why (and how) you may need to disable it
2021-04-22 23:30:48 +00:00
..
custom_loop.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
drag_and_drop.rs add documentation on LogPlugin and more log usage (#1973) 2021-04-22 23:30:48 +00:00
empty.rs organize examples and add ecs guide 2020-05-01 13:12:47 -07:00
empty_defaults.rs rename add_plugin_group to add_plugins (#773) 2020-11-02 19:01:17 -08:00
headless.rs Rename add_resource to insert_resource (#1356) 2021-01-30 12:55:13 -08:00
logs.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
plugin.rs add documentation on LogPlugin and more log usage (#1973) 2021-04-22 23:30:48 +00:00
plugin_group.rs add documentation on LogPlugin and more log usage (#1973) 2021-04-22 23:30:48 +00:00
return_after_run.rs Rename add_resource to insert_resource (#1356) 2021-01-30 12:55:13 -08:00
thread_pool_resources.rs Rename add_resource to insert_resource (#1356) 2021-01-30 12:55:13 -08:00