150 releases (17 breaking)
new 0.19.1 | Nov 5, 2024 |
---|---|
0.19.0 | Oct 17, 2024 |
0.17.0 | Jul 8, 2024 |
0.15.0-alpha.5 | Mar 29, 2024 |
0.4.0 | Mar 28, 2023 |
#427 in Visualization
25,508 downloads per month
Used in 73 crates
(44 directly)
26KB
389 lines
re_log
Part of the rerun
family of crates.
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 thingsdebug
: things that might be useful when debugginginfo
: things that we want to show to userswarn
: problems that we can recover fromerror
: 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–7.5MB
~58K SLoC