40 releases
Uses new Rust 2024
new 0.16.0 | Apr 24, 2025 |
---|---|
0.16.0-rc.3 | Mar 31, 2025 |
0.15.0 | Nov 29, 2024 |
0.14.0 | Jul 4, 2024 |
0.0.1 | Aug 14, 2020 |
#876 in Game dev
96,349 downloads per month
Used in 1,351 crates
(72 directly)
3.5MB
59K
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.
Bevy Log
Dependencies
~11–37MB
~562K SLoC