plugins-workspace
plugins-workspace copied to clipboard
[log] Using Tauri Plugin Log with a Yew frontend
Is there a way to use this plugin with yew, sending logs from rust in the frontend ?
Otherwise, is it a good practice to send a message from the frontend to the backend, and then calling appropriate info!, warn! etc. functions like described in the documentation : https://tauri.app/fr/v1/guides/features/command. This is the only alternative I've considered.