tauri-apps / tauri-apps/plugins-workspace
[Feature Request: Log] Make log targets accessible from the plugin
Open
plugin: log
type: feature request
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
It would be helpful if the log plugin stored and exposed log targets so that you could easily and reliably wire up a button to open the logs, for example.
I've accomplished this right now by accessing the path in a plugin configured w/ LogDir via `app.path().app_log_dir()`, but this is narrow and fragile compared to the alternative specified in this request.
Contributor guide
Assessment
This issue has not been assessed yet.