10 releases (breaking)
0.10.0 | Mar 6, 2023 |
---|---|
0.9.1 | Dec 1, 2022 |
0.9.0 | Nov 12, 2022 |
0.8.0 | Jul 30, 2022 |
0.0.1 | Aug 14, 2020 |
#79 in Game dev
40,267 downloads per month
Used in 507 crates
(16 directly)
1.5MB
23K
SLoC
This crate provides logging functions and configuration for Bevy apps, and automatically configures platform specific log handlers (i.e. WASM or Android).
The macros provided for logging are reexported from tracing
,
and behave identically to it.
By default, the [LogPlugin
] from this crate is included in Bevy's DefaultPlugins
and the logging macros can be used out of the box, if used.
For more fine-tuned control over logging behavior, set up the [LogPlugin
] or
DefaultPlugins
during app initialization.
The Bevy Log Prelude.
Dependencies
~9–41MB
~705K SLoC