164 releases (19 breaking)

new 0.21.0-alpha.1 Dec 11, 2024
0.20.2 Nov 28, 2024
0.17.0 Jul 8, 2024
0.15.0-alpha.5 Mar 29, 2024
0.4.0 Mar 28, 2023

#16 in #setting-up

Download history 11065/week @ 2024-08-21 8927/week @ 2024-08-28 8850/week @ 2024-09-04 7164/week @ 2024-09-11 6653/week @ 2024-09-18 6116/week @ 2024-09-25 4614/week @ 2024-10-02 5912/week @ 2024-10-09 7132/week @ 2024-10-16 4777/week @ 2024-10-23 6503/week @ 2024-10-30 6179/week @ 2024-11-06 7238/week @ 2024-11-13 6283/week @ 2024-11-20 7076/week @ 2024-11-27 6319/week @ 2024-12-04

27,832 downloads per month
Used in 81 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–8MB
~61K SLoC