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

#2180 in Game dev

Download history 9245/week @ 2024-01-26 7773/week @ 2024-02-02 9335/week @ 2024-02-09 15773/week @ 2024-02-16 12547/week @ 2024-02-23 13758/week @ 2024-03-01 13228/week @ 2024-03-08 12650/week @ 2024-03-15 14266/week @ 2024-03-22 12377/week @ 2024-03-29 12346/week @ 2024-04-05 11730/week @ 2024-04-12 13155/week @ 2024-04-19 10928/week @ 2024-04-26 11250/week @ 2024-05-03 10602/week @ 2024-05-10

47,650 downloads per month
Used in 1,001 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–40MB
~597K SLoC