31 releases

0.15.0 Nov 29, 2024
0.15.0-rc.2 Oct 27, 2024
0.14.0 Jul 4, 2024
0.13.1 Mar 18, 2024
0.0.1 Aug 14, 2020

#2250 in Game dev

Download history 23839/week @ 2024-08-22 21768/week @ 2024-08-29 23066/week @ 2024-09-05 18160/week @ 2024-09-12 20628/week @ 2024-09-19 19087/week @ 2024-09-26 15986/week @ 2024-10-03 13810/week @ 2024-10-10 15314/week @ 2024-10-17 16047/week @ 2024-10-24 16719/week @ 2024-10-31 11704/week @ 2024-11-07 11515/week @ 2024-11-14 16364/week @ 2024-11-21 24350/week @ 2024-11-28 17014/week @ 2024-12-05

70,582 downloads per month
Used in 1,247 crates (41 directly)

MIT/Apache

2.5MB
45K SLoC

Bevy Log

License Crates.io Downloads Docs Discord


lib.rs:

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.

Dependencies

~10–40MB
~614K SLoC