174 releases (20 breaking)

new 0.22.1 Feb 20, 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

#222 in Visualization

Download history 6503/week @ 2024-10-30 6179/week @ 2024-11-06 7238/week @ 2024-11-13 6283/week @ 2024-11-20 7064/week @ 2024-11-27 8108/week @ 2024-12-04 6112/week @ 2024-12-11 5801/week @ 2024-12-18 2880/week @ 2024-12-25 5098/week @ 2025-01-01 7328/week @ 2025-01-08 6943/week @ 2025-01-15 7144/week @ 2025-01-22 6947/week @ 2025-01-29 7150/week @ 2025-02-05 4811/week @ 2025-02-12

27,035 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
~54K SLoC