20 releases (10 breaking)

0.13.2 Apr 4, 2024
0.13.1 Mar 18, 2024
0.13.0 Feb 17, 2024
0.12.1 Nov 30, 2023
0.0.1 Aug 14, 2020

#2164 in Game dev

Download history 9090/week @ 2024-01-25 7792/week @ 2024-02-01 9577/week @ 2024-02-08 14913/week @ 2024-02-15 12835/week @ 2024-02-22 13535/week @ 2024-02-29 13411/week @ 2024-03-07 12282/week @ 2024-03-14 14012/week @ 2024-03-21 12361/week @ 2024-03-28 13163/week @ 2024-04-04 11513/week @ 2024-04-11 13038/week @ 2024-04-18 11260/week @ 2024-04-25 11061/week @ 2024-05-02 9951/week @ 2024-05-09

47,263 downloads per month
Used in 998 crates (33 directly)

MIT/Apache

2MB
31K 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. The Bevy Log Prelude.

Dependencies

~12–41MB
~597K SLoC