# e-log **Repository Path**: eternalnight996/e-log ## Basic Information - **Project Name**: e-log - **Description**: 一个结合了log和tracing和tauri日志框架 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: v2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-16 - **Last Updated**: 2025-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: log, Rust, tauri, tracing ## README

E-LOG

便捷日志框架

[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://github.com/eternalnight996/e-log)[![API](https://docs.rs/e-log/badge.svg)](https://docs.rs/e-log)[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](LICENSE) [English](readme.md) | 简体中文
### 支持 功能

功能

Windows 10

Unix

Macos

panic

log

tracing

_

×

×

×

# 📖 示例 ```toml [dependencies] # default tracing e-log = { version = "0.3" } # log e-log = {version = "0.3", default-features = false, features = ["log","panic","dialog"]} ``` --- ## 许可证 [LICENSE](LICENSE) [COPYRIGHT](COPYRIGHT) ## 🤝 参与贡献 我们欢迎任何形式的贡献! - 提交 Issue 报告 bug 或提出新功能建议 - 提交 Pull Request 改进代码 - 完善项目文档 - 分享使用经验 在提交 PR 之前,请确保: 1. 代码符合项目规范 2. 添加必要的测试 3. 更新相关文档 ## 📜 开源协议 本项目采用 [MIT](LICENSE-MIT) 和 [Apache 2.0](LICENSE-APACHE) 双重协议。 ---
Built with ❤️ by eternalnight996 and contributors.