-
Notifications
You must be signed in to change notification settings - Fork 0
debug: group logging messages #16
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Debugging via logging messages is difficult because often log methods are being called every frame, leading to a fast stream of incoming logs.
It should be possible to group messages that originate from the same module, file or even line of code such that a log send every frame does not make the entire console unusable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request