39 releases

Uses new Rust 2024

new 0.16.0-rc.5 Apr 15, 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

#2126 in Game dev

Download history 9140/week @ 2024-12-25 18789/week @ 2025-01-01 19608/week @ 2025-01-08 31183/week @ 2025-01-15 20516/week @ 2025-01-22 21384/week @ 2025-01-29 29520/week @ 2025-02-05 21788/week @ 2025-02-12 20839/week @ 2025-02-19 25793/week @ 2025-02-26 19837/week @ 2025-03-05 28831/week @ 2025-03-12 23838/week @ 2025-03-19 25413/week @ 2025-03-26 18044/week @ 2025-04-02 24844/week @ 2025-04-09

96,340 downloads per month
Used in 1,402 crates (59 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
~570K SLoC