176 releases (21 breaking)

new 0.23.0-alpha.2 Apr 10, 2025
0.22.1 Feb 20, 2025
0.21.0 Dec 18, 2024
0.20.2 Nov 28, 2024
0.4.0 Mar 28, 2023

#345 in Debugging

Download history 4471/week @ 2024-12-20 2934/week @ 2024-12-27 6494/week @ 2025-01-03 7747/week @ 2025-01-10 7139/week @ 2025-01-17 6703/week @ 2025-01-24 7573/week @ 2025-01-31 6510/week @ 2025-02-07 5989/week @ 2025-02-14 8315/week @ 2025-02-21 10196/week @ 2025-02-28 15769/week @ 2025-03-07 13227/week @ 2025-03-14 12690/week @ 2025-03-21 9646/week @ 2025-03-28 12079/week @ 2025-04-04

50,984 downloads per month
Used in 110 crates (61 directly)

MIT/Apache

32KB
453 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