40 releases

Uses new Rust 2024

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

#903 in Game dev

Download history 26189/week @ 2025-02-01 27051/week @ 2025-02-08 18197/week @ 2025-02-15 28041/week @ 2025-02-22 21769/week @ 2025-03-01 23831/week @ 2025-03-08 27501/week @ 2025-03-15 24818/week @ 2025-03-22 18093/week @ 2025-03-29 22885/week @ 2025-04-05 22609/week @ 2025-04-12 26471/week @ 2025-04-19 34577/week @ 2025-04-26 28044/week @ 2025-05-03 19398/week @ 2025-05-10 15814/week @ 2025-05-17

104,247 downloads per month
Used in 1,349 crates (77 directly)

MIT/Apache

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

License Crates.io Downloads Docs Discord

Dependencies

~12–38MB
~572K SLoC