50 releases
Uses new Rust 2024
| new 0.18.0 | Jan 13, 2026 |
|---|---|
| 0.18.0-rc.2 | Dec 30, 2025 |
| 0.17.3 | Nov 17, 2025 |
| 0.16.1 | May 30, 2025 |
| 0.0.1 | Aug 14, 2020 |
#1785 in Game dev
243,177 downloads per month
Used in 1,561 crates
(126 directly)
4MB
68K
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
~16–30MB
~335K SLoC