Closed
Description
Summary
Currently, trace tags can be individually enabled using -tr:<tag_name>
.
We plan to support class-based activation, where enabling a tag_class
activates all associated tags.
This was deferred from the initial PR and marked as a TODO.
TODO
- Implement
get_tags_by_class(tag_class)
to return associated tags - Update
enable_trace()
to handle class-based activation logic
Related
- TODO in
trace.cpp:enable_trace
function - PR Centralize and document TRACE tags using X-macros #7657 (initial implementation)
Metadata
Metadata
Assignees
Labels
No labels