99 releases (13 breaking)

new 0.15.1 Apr 11, 2024
0.15.0-alpha.5 Mar 29, 2024
0.12.0-alpha.2 Dec 26, 2023
0.11.0 Nov 28, 2023
0.4.0 Mar 28, 2023

#293 in Debugging

Download history 376/week @ 2023-12-23 623/week @ 2023-12-30 1216/week @ 2024-01-06 980/week @ 2024-01-13 773/week @ 2024-01-20 1002/week @ 2024-01-27 1431/week @ 2024-02-03 2152/week @ 2024-02-10 3539/week @ 2024-02-17 5156/week @ 2024-02-24 5514/week @ 2024-03-02 4876/week @ 2024-03-09 4054/week @ 2024-03-16 3110/week @ 2024-03-23 3512/week @ 2024-03-30 4158/week @ 2024-04-06

15,700 downloads per month
Used in 50 crates (38 directly)

MIT/Apache

21KB
374 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.8–10MB
~71K SLoC