Skip to content

Commit c783b07

Browse files
committed
feat(log): re-export the log crate
1 parent 6215afe commit c783b07

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changes/re-export-log.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"log": patch
3+
"log-js": patch
4+
---
5+
6+
Re-export the log crate.

plugins/log/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ use tauri::{AppHandle, Emitter};
3030
use time::{macros::format_description, OffsetDateTime};
3131

3232
pub use fern;
33+
pub use log;
3334

3435
pub const WEBVIEW_TARGET: &str = "webview";
3536

0 commit comments

Comments
 (0)