169 releases (19 breaking)

new 0.21.0 Dec 18, 2024
0.20.3 Dec 3, 2024
0.20.2 Nov 28, 2024
0.17.0 Jul 8, 2024
0.4.0 Mar 28, 2023

#451 in Visualization

Download history 8033/week @ 2024-09-01 7887/week @ 2024-09-08 6565/week @ 2024-09-15 7478/week @ 2024-09-22 3934/week @ 2024-09-29 5430/week @ 2024-10-06 7410/week @ 2024-10-13 5360/week @ 2024-10-20 5497/week @ 2024-10-27 6777/week @ 2024-11-03 6853/week @ 2024-11-10 6861/week @ 2024-11-17 6003/week @ 2024-11-24 8015/week @ 2024-12-01 6902/week @ 2024-12-08 5995/week @ 2024-12-15

27,727 downloads per month
Used in 90 crates (55 directly)

MIT/Apache

27KB
393 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–8MB
~62K SLoC