-
Notifications
You must be signed in to change notification settings - Fork 0
5 REQ event.origin
References
- in branch main:
As a user, I want to know the crate, module, and line number the event was set at, because this enables more filter options.
Macros must be used to get the event origin directly without user interaction.
References
- in branch main:
The origin of an event points to the code location where the set_event!()
macro was called.
References
- in branch main:
The origin differs for every call of set_event!()
not in the same line, even if the event is the same.
References
- in branch main:
Set the same origin manually for an event that is set two times at different locations.
Please create an issue if you found any spelling mistakes.
You may also create an issue if you think the content of this wiki should be improved.
Note: This wiki is managed in its own repository. Any commits made using the edit
button will be overwritten.
Note: Issues for the wiki are handled in the evident repository, but pull requests for the wiki are handled in the evident-wiki repository.
This wiki is MIT licensed, and works together with the evident crate.