e-log

Crates.ioe-log
lib.rse-log
version0.1.8
sourcesrc
created_at2024-04-16 04:44:51.881147
updated_at2024-05-09 12:12:05.11382
descriptiona rust log
homepagehttps://gitee.com/eternalnight996
repositoryhttps://gitee.com/eternalnight996/e-log
max_upload_size
id1209945
size137,520
Eternal (EternalNight996)

documentation

https://docs.rs/e-log

README

📄 中文 | 📄 English

⚡ what this ?

This is a universal feature library that integrates convenient features

Support app

APP

Windows 10

Unix

Macos

tauri

log

tracing

x

x

x

_

×

×

×

✨ Features

[features]
std = ["log"]
# trace = ["tracing"]
# trace-subscriber = ["tracing-subscriber"]
# trace-appender = ["tracing-appender"]
_tauri = [
  "std",
  "time",
  "log/kv_unstable",
  "fern",
  "byte-unit",
  "serde_repr",
  "tauri",
]
tauri-colored = ["fern/colored"]
default = ["std"]

📖 Example

[dependencies]
e-log = { version = "0.1", default-features = false, features = ["_tauri"] }

💡!important:

🚀 fast running

🦊 Applied Projects

🔭 why need to e-utils?

🙋 Reference items and materials

Commit count: 0

cargo fmt