38 releases

Uses new Rust 2024

new 0.16.0-rc.4 Apr 11, 2025
0.16.0-rc.3 Mar 31, 2025
0.15.3 Feb 24, 2025
0.15.0 Nov 29, 2024
0.0.1 Aug 14, 2020

#2368 in Game dev

Download history 11907/week @ 2024-12-22 12208/week @ 2024-12-29 22731/week @ 2025-01-05 29366/week @ 2025-01-12 24449/week @ 2025-01-19 16207/week @ 2025-01-26 28288/week @ 2025-02-02 26368/week @ 2025-02-09 18040/week @ 2025-02-16 28265/week @ 2025-02-23 20143/week @ 2025-03-02 25174/week @ 2025-03-09 25579/week @ 2025-03-16 25755/week @ 2025-03-23 18385/week @ 2025-03-30 20413/week @ 2025-04-06

93,711 downloads per month
Used in 1,399 crates (58 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

~6–35MB
~528K SLoC