zellij/zellij-utils
har7an 81287a276f
errors: Maintain caller location in to_log (#1994)
* utils/errors: Add caller location to `to_log`

by building the log record manually and filling in the callers file and
line manually. It is currently not possible to determine a callers
module, hence the module is now set to "???" in all log entries logged
this way. Nonetheless, the file and line number are sufficient to find
the logs source.

* utils/errors: Reimplement `to_log`

default implementation in the `LoggableError` trait.

* changelog: Add PR #1994

errors: Maintain caller location in `to_log`
2022-12-07 07:51:23 +00:00
..
assets fix(keybinds): remove space key from shared_except (#1884) 2022-11-02 20:15:21 +09:00
src errors: Maintain caller location in to_log (#1994) 2022-12-07 07:51:23 +00:00
Cargo.toml plugins: rework plugin loading (#1924) 2022-11-22 20:06:02 +00:00