Add source location to logs #258
Labels
[Prio] Low
Should be fixed if time permits but can be postponed.
[Type] Change Request
Some visible functionality should be change.
Description
The initial version of logging does not provide the filename/line number of the source code, where it was logged from.
This is required to make it useful to debug from.
Note that stack-traces do not satisfy this, because those contain the information of the compiled/compressed code,
so the information must be added before/during compilation.
The text was updated successfully, but these errors were encountered: