10 releases (breaking)

0.10.0 Mar 6, 2023
0.9.1 Dec 1, 2022
0.9.0 Nov 12, 2022
0.8.0 Jul 30, 2022
0.0.1 Aug 14, 2020

#79 in Game dev

Download history 5864/week @ 2022-11-29 9093/week @ 2022-12-06 5363/week @ 2022-12-13 6338/week @ 2022-12-20 5790/week @ 2022-12-27 5725/week @ 2023-01-03 5837/week @ 2023-01-10 6438/week @ 2023-01-17 7535/week @ 2023-01-24 8652/week @ 2023-01-31 5662/week @ 2023-02-07 6980/week @ 2023-02-14 8897/week @ 2023-02-21 8187/week @ 2023-02-28 12788/week @ 2023-03-07 9522/week @ 2023-03-14

40,267 downloads per month
Used in 507 crates (16 directly)

MIT/Apache

1.5MB
23K 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

~9–41MB
~705K SLoC