Files
tauri-plugins-workspace/.changes/log-split.md
T
Lucas Fernandes Nogueira 20a1d24ee0 feat(log): add Builder::split to get the raw logger implementation (#1579)
* 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
2024-07-23 23:32:21 -03:00

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.