32 releases

0.15.1 Jan 3, 2025
0.15.0 Nov 29, 2024
0.15.0-rc.2 Oct 27, 2024
0.14.0 Jul 4, 2024
0.0.1 Aug 14, 2020

#2447 in Game dev

Download history 22080/week @ 2024-09-22 17846/week @ 2024-09-29 12558/week @ 2024-10-06 15492/week @ 2024-10-13 15159/week @ 2024-10-20 16860/week @ 2024-10-27 16570/week @ 2024-11-03 10431/week @ 2024-11-10 11973/week @ 2024-11-17 19856/week @ 2024-11-24 24217/week @ 2024-12-01 20627/week @ 2024-12-08 20875/week @ 2024-12-15 11907/week @ 2024-12-22 12266/week @ 2024-12-29 19503/week @ 2025-01-05

67,256 downloads per month
Used in 1,299 crates (46 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

~11–39MB
~580K SLoC