Skip to content

add debug and log message support for rerun#46

Open
afrdbaig7 wants to merge 1 commit intodora-rs:mainfrom
afrdbaig7:fix/debug-message-support
Open

add debug and log message support for rerun#46
afrdbaig7 wants to merge 1 commit intodora-rs:mainfrom
afrdbaig7:fix/debug-message-support

Conversation

@afrdbaig7
Copy link

This PR adds support for debug and log messages in dora-rerun, allowing nodes to send text messages that appear in the Rerun viewer under logs/<input_id>.
Two primitives are introduced:
debug (default DEBUG level)
log (default INFO level)
They appear with different colors in Rerun, making debugging easier.
Primitives can be auto-detected from input names or set with metadata like { "primitive": "debug" }. Word-boundary matching is used for log to avoid false matches (e.g., analog, catalog).
An optional level metadata parameter can override the default severity.
Changes only affect node-hub/dora-rerun/src/lib.rs and the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant