34 releases (7 breaking)

0.9.0-alpha.4 Sep 11, 2023
0.8.2 Sep 4, 2023
0.8.0 Jul 27, 2023
0.4.0 Mar 28, 2023

#328 in Machine learning

Download history 338/week @ 2023-06-11 315/week @ 2023-06-18 259/week @ 2023-06-25 309/week @ 2023-07-02 520/week @ 2023-07-09 447/week @ 2023-07-16 549/week @ 2023-07-23 408/week @ 2023-07-30 503/week @ 2023-08-06 508/week @ 2023-08-13 191/week @ 2023-08-20 265/week @ 2023-08-27 474/week @ 2023-09-03 307/week @ 2023-09-10 346/week @ 2023-09-17 249/week @ 2023-09-24

1,382 downloads per month
Used in 40 crates (32 directly)

MIT/Apache

16KB
295 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–7MB
~33K SLoC