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

Download history 61772/week @ 2025-09-25 62142/week @ 2025-10-02 59056/week @ 2025-10-09 66295/week @ 2025-10-16 52433/week @ 2025-10-23 54480/week @ 2025-10-30 52940/week @ 2025-11-06 52117/week @ 2025-11-13 58566/week @ 2025-11-20 51582/week @ 2025-11-27 52244/week @ 2025-12-04 63359/week @ 2025-12-11 72871/week @ 2025-12-18 58675/week @ 2025-12-25 56415/week @ 2026-01-01 47663/week @ 2026-01-08

243,177 downloads per month
Used in 1,561 crates (126 directly)

MIT/Apache

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

License Crates.io Downloads Docs Discord

Dependencies

~16–30MB
~335K SLoC