191 releases (22 breaking)

Uses new Rust 2024

0.24.0-alpha.1 May 14, 2025
0.23.1 Apr 25, 2025
0.22.1 Feb 20, 2025
0.21.0 Dec 18, 2024
0.4.0 Mar 28, 2023

#316 in Debugging

Download history 7943/week @ 2025-02-03 5958/week @ 2025-02-10 7551/week @ 2025-02-17 7715/week @ 2025-02-24 11420/week @ 2025-03-03 15784/week @ 2025-03-10 12278/week @ 2025-03-17 11902/week @ 2025-03-24 11519/week @ 2025-03-31 14110/week @ 2025-04-07 14355/week @ 2025-04-14 13371/week @ 2025-04-21 10440/week @ 2025-04-28 9947/week @ 2025-05-05 11182/week @ 2025-05-12 7858/week @ 2025-05-19

40,065 downloads per month
Used in 114 crates (60 directly)

MIT/Apache

32KB
457 lines

Text logging (nothing to do with rerun logging) for use in rerun libraries.

Provides helpers for adding multiple loggers, and for setting up logging on native and on web.

  • trace: spammy things
  • debug: things that might be useful when debugging
  • info: things that we want to show to users
  • warn: problems that we can recover from
  • error: problems that lead to loss of functionality or data

The warn_once etc macros are for when you want to suppress repeated logging of the exact same message.


re_log

Part of the rerun family of crates.

Latest version Documentation MIT Apache

Helpers for setting up and doing text logging in the Rerun crates.

Dependencies

~0.7–8.5MB
~65K SLoC