106 releases (14 breaking)

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

#299 in Debugging

Download history 1107/week @ 2024-01-25 1098/week @ 2024-02-01 1312/week @ 2024-02-08 3741/week @ 2024-02-15 4317/week @ 2024-02-22 5763/week @ 2024-02-29 4912/week @ 2024-03-07 4849/week @ 2024-03-14 3019/week @ 2024-03-21 3094/week @ 2024-03-28 4346/week @ 2024-04-04 6300/week @ 2024-04-11 5427/week @ 2024-04-18 4875/week @ 2024-04-25 5275/week @ 2024-05-02 4043/week @ 2024-05-09

20,786 downloads per month
Used in 52 crates (39 directly)

MIT/Apache

25KB
376 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–9MB
~66K SLoC