300 releases (29 breaking)
Uses new Rust 2024
| new 0.31.3 | Apr 14, 2026 |
|---|---|
| 0.31.1 | Mar 31, 2026 |
| 0.28.1 | Dec 19, 2025 |
| 0.28.0-alpha.0 | Nov 21, 2025 |
| 0.4.0 | Mar 28, 2023 |
#1035 in Debugging
124,725 downloads per month
Used in 174 crates
(83 directly)
39KB
557 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 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.
In the viewer these logs, if >= info, become notifications. See
re_ui::notifications for more information.
re_log
Part of the rerun family of crates.
Helpers for setting up and doing text logging in the Rerun crates.
Dependencies
~5–11MB
~113K SLoC