mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
20a1d24ee0
* feat(log): add Builder::split to get the raw logger implementation This function lets you split the Builder to return the raw logger implementation along the TauriPlugin to be registered. Useful to pipe the logger to other implementations such as multi_log or tauri-plugin-devtools, allowing the plugin to be used along other logging systems. * clippy * covector
177 B
177 B
log-plugin
| log-plugin |
|---|
| patch |
Added Builder::split which returns the raw logger implementation so you can pipe to other loggers such as multi_log or tauri-plugin-devtools.