logger creates file

This commit is contained in:
2026-03-30 14:34:21 +07:00
parent 1f97db97c4
commit 71acb52386
6 changed files with 116 additions and 8 deletions
+1
View File
@@ -10,6 +10,7 @@ crate-type = ["cdylib", "rlib", "staticlib"]
[dependencies]
log = "0.4"
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
[target.'cfg(target_os = "android")'.dependencies]