184 releases (21 breaking)

new 0.23.2-rc.2 May 1, 2025
0.22.1 Feb 20, 2025
0.21.0 Dec 18, 2024
0.20.2 Nov 28, 2024
0.4.0 Mar 28, 2023

#309 in Debugging

Download history 7823/week @ 2025-01-12 7017/week @ 2025-01-19 6474/week @ 2025-01-26 7878/week @ 2025-02-02 5956/week @ 2025-02-09 7030/week @ 2025-02-16 7684/week @ 2025-02-23 11804/week @ 2025-03-02 15135/week @ 2025-03-09 12663/week @ 2025-03-16 12291/week @ 2025-03-23 10827/week @ 2025-03-30 14907/week @ 2025-04-06 14276/week @ 2025-04-13 13179/week @ 2025-04-20 10160/week @ 2025-04-27

53,145 downloads per month
Used in 112 crates (60 directly)

MIT/Apache

32KB
454 lines

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.


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.

Dependencies

~0.7–8.5MB
~65K SLoC