Decision Workspace
flexi_logger_rotate_writer vs flexi_logger vs rat_logger
Side-by-side comparison of Rust crates
36
flexi_logger_rotate_writer
growingv0.0.0
A custom log writer for emabee's flexi_logger. It is just a simplified version of flexi_logger's FileLogWriter. Simply rotates every day, and stores the logs in files like `foo_r2021-03-28.log`. No cleanup. No other configs.
62
flexi_logger
growingv0.31.8
An easy-to-configure and flexible logger that writes logs to stderr or stdout and/or to files. It allows custom logline formats, and it allows changing the log specification at runtime. It also allows defining additional log streams, e.g. for alert or security messages.
56
rat_logger
experimentalv0.3.3
具有生产者消费者架构、异步文件操作和分层配置系统的高性能日志库
Core Metrics
| flexi_logger_rotate_writer | flexi_logger | rat_logger | |
|---|---|---|---|
| Health Score | 36 | 62 | 56 |
| Total Downloads | 1.6K | 17.4M | 3.7K |
| 30d Downloads | 4 | 938.4K | 233 |
| Dependents | 0 | 2.4K | 67 |
| Releases | 1 | 150 | 13 |
| Last Updated | 1825d ago | 71d ago | 35d ago |
| Age | 5y | 10y 8m | 6m |
Health Breakdown
flexi_logger_rotate_writer
Maintenance
1
Quality
15
Community
4
Popularity
4
Documentation
12
flexi_logger
Maintenance
15
Quality
11
Community
13
Popularity
8
Documentation
15
rat_logger
Maintenance
17
Quality
11
Community
11
Popularity
4
Documentation
13
Technical Details
| flexi_logger_rotate_writer | flexi_logger | rat_logger | |
|---|---|---|---|
| Version | 0.0.0 | 0.31.8 | 0.3.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | LGPL-3.0 |
| Dependencies | 2 | 27 | 17 |
| Crate Size | 6KB | 245KB | 75KB |
| Features | 0 | 14 | 0 |
| Yanked % | 0.0% | 5.3% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | 1.83.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •flexi_logger leads with a health score of 62/100, but none of the options score above 80.
- •flexi_logger is depended on by 2.4K crates — strongest ecosystem trust.
- •⚠ flexi_logger_rotate_writer has not been updated in over a year.