mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
72bb38cad5
# Objective When developing plugins, I very often come up to the need to have logging information printed out. The exact syntax is a bit cryptic, and takes some time to find the documentation. Also a minor typo fix in `It has the same syntax as` part ## Solution Adding a direct example in the module level information for both: 1. Enabling a specific level (`trace` in the example) for a module and all its subsystems at App init 2. Doing the same from console, when launching the application |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |