101 releases (14 breaking)

new 0.16.0-alpha.4 May 14, 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 835/week @ 2024-01-23 1027/week @ 2024-01-30 1494/week @ 2024-02-06 2756/week @ 2024-02-13 3608/week @ 2024-02-20 6299/week @ 2024-02-27 4639/week @ 2024-03-05 4865/week @ 2024-03-12 3540/week @ 2024-03-19 2711/week @ 2024-03-26 4166/week @ 2024-04-02 5861/week @ 2024-04-09 5634/week @ 2024-04-16 5561/week @ 2024-04-23 4534/week @ 2024-04-30 3417/week @ 2024-05-07

20,148 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
~65K SLoC