7个版本
0.1.7 | 2024年7月18日 |
---|---|
0.1.6 | 2024年1月3日 |
0.1.3 | 2023年8月28日 |
0.1.1 | 2023年6月27日 |
#295 in 调试
139 每月下载
5KB
83 代码行
logstr
#[macro_use] extern crate logstr;
let file = std::fs::File::create(format!("{}.txt",logstr::nowtime())).unwrap();
logstr::init(Some(file),true);
info!("233");
error!("233");
warn!("233");
debug!("233");
trace!("2333");
[-I-] [240103 13:58:47] 233
[-E-] [240103 13:58:47] 233
[-W-] [240103 13:58:47] 233
[-D-] [240103 13:58:47] 233
[-T-] [240103 13:58:47] 2333
依赖项
~1.5MB
~20K SLoC