e-log

Crates.ioe-log
lib.rse-log
version0.2.5
sourcesrc
created_at2024-04-16 04:44:51.881147
updated_at2024-08-22 02:08:53.624889
descriptiona rust log
homepagehttps://gitee.com/eternalnight996
repositoryhttps://gitee.com/eternalnight996/e-log
max_upload_size
id1209945
size279,079
Eternal (EternalNight996)

documentation

https://docs.rs/e-log

README

📄 中文 | 📄 English

⚡ what this ?

This is a universal feature library that integrates convenient features

Support app

功能

Windows 10

Unix

Macos

panic

actix

tauri

log

tracing

_

×

×

×

✨ Features

[features]
backtrace = []
built = []
panic = [
  "backtrace",
  "tokio",
  "tokio/sync",
  "parking_lot",
  "e-utils/dialog",
  "windows-sys/Win32_System_Console",
  "windows-sys/Win32_Foundation",
]
log-actix = ["env_logger", "log"]
tracing-actix = ["tracing-actix-web", "tracing"]
tracing-appender = [
  "tracing-subscriber/fmt",
  "tracing-subscriber/std",
  "tracing-subscriber",
  "thiserror",
  "crossbeam-channel",
  "time",
]
log-tauri = [
  "log",
  "log/kv_unstable",
  "fern",
  "byte-unit",
  "serde_repr",
  "tauri",
]
default = []

📖 Example

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

💡!important:

🚀 fast running

🦊 Applied Projects

🔭 why need to e-utils?

🙋 Reference items and materials

Commit count: 0

cargo fmt