150 releases (17 breaking)

new 0.19.1 Nov 5, 2024
0.19.0 Oct 17, 2024
0.17.0 Jul 8, 2024
0.15.0-alpha.5 Mar 29, 2024
0.4.0 Mar 28, 2023

#427 in Visualization

Download history 11782/week @ 2024-07-16 11216/week @ 2024-07-23 12527/week @ 2024-07-30 12745/week @ 2024-08-06 12653/week @ 2024-08-13 11993/week @ 2024-08-20 9177/week @ 2024-08-27 8728/week @ 2024-09-03 7509/week @ 2024-09-10 6330/week @ 2024-09-17 6867/week @ 2024-09-24 4640/week @ 2024-10-01 5119/week @ 2024-10-08 7661/week @ 2024-10-15 4968/week @ 2024-10-22 6298/week @ 2024-10-29

25,508 downloads per month
Used in 73 crates (44 directly)

MIT/Apache

26KB
389 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