159 releases (18 breaking)

new 0.20.1 Nov 21, 2024
0.19.1 Nov 5, 2024
0.17.0 Jul 8, 2024
0.15.0-alpha.5 Mar 29, 2024
0.4.0 Mar 28, 2023

#344 in Visualization

Download history 12914/week @ 2024-08-01 13813/week @ 2024-08-08 11502/week @ 2024-08-15 10848/week @ 2024-08-22 8501/week @ 2024-08-29 8617/week @ 2024-09-05 7055/week @ 2024-09-12 6614/week @ 2024-09-19 5605/week @ 2024-09-26 4803/week @ 2024-10-03 6593/week @ 2024-10-10 6470/week @ 2024-10-17 4744/week @ 2024-10-24 6649/week @ 2024-10-31 6199/week @ 2024-11-07 6032/week @ 2024-11-14

24,618 downloads per month
Used in 79 crates (47 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–7.5MB
~58K SLoC