tauri-apps / tauri-apps/plugins-workspace
[log] Separation between rust and JavaScript logs
Open
plugin: log
type: feature request
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
Log messages from JavaScript are written like the following:
`[2023-02-06][20:17:17][ERROR][INFO] message from JS!`
Instead of `ERROR` I would like the plugin to know that the log was written from JS, or even better in which component for exmaple `JS::App::MainPage`.
I also would like to get the ability to save rust logs to one file and js logs to other file, with the ability to naming these files as an option.
Contributor guide
Assessment
This issue has not been assessed yet.