bevy/examples/ecs
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
..
change_detection.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
ecs_guide.rs Add LogPlugin, otherwise the ambiguity detector doesn't work. (#1740) 2021-03-23 20:29:28 +00:00
event.rs add documentation on LogPlugin and more log usage (#1973) 2021-04-22 23:30:48 +00:00
fixed_timestep.rs add documentation on LogPlugin and more log usage (#1973) 2021-04-22 23:30:48 +00:00
hierarchy.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
parallel_query.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
removal_detection.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
startup_system.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
state.rs Fix the left/right movement direction in state example. (#1879) 2021-04-14 23:39:56 +00:00
system_chaining.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
system_param.rs Allow deriving SystemParam on private types (#1936) 2021-04-16 18:40:49 +00:00
timers.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00