172 releases (20 breaking)

new 0.22.0 Feb 6, 2025
0.21.0 Dec 18, 2024
0.20.2 Nov 28, 2024
0.17.0 Jul 8, 2024
0.4.0 Mar 28, 2023

#221 in Visualization

Download history 5241/week @ 2024-10-21 5532/week @ 2024-10-28 6668/week @ 2024-11-04 6876/week @ 2024-11-11 7006/week @ 2024-11-18 6369/week @ 2024-11-25 7830/week @ 2024-12-02 6643/week @ 2024-12-09 6886/week @ 2024-12-16 3437/week @ 2024-12-23 4064/week @ 2024-12-30 6280/week @ 2025-01-06 7572/week @ 2025-01-13 7202/week @ 2025-01-20 6300/week @ 2025-01-27 7843/week @ 2025-02-03

29,503 downloads per month
Used in 99 crates (59 directly)

MIT/Apache

29KB
431 lines

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.


lib.rs:

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.

Dependencies

~0.7–7.5MB
~55K SLoC