Crates.io | easy-logger |
lib.rs | easy-logger |
version | 0.0.3 |
source | src |
created_at | 2022-06-08 08:25:06.05353 |
updated_at | 2022-06-09 10:37:37.471257 |
description | a simple implementation of rust-lang/log, you can easy log your information to stdout or files |
homepage | |
repository | https://github.com/sunboyZgz/easyLogger |
max_upload_size | |
id | 601922 |
size | 14,800 |
增加target对应到 log end功能
然后加上时间处理器,可以显示年月日的定制时分秒
target? target代表了功能含义
module?
file?
line? 我们能用这四个做什么
https://github.com/rust-lang/log/issues/390
错误处理系统
线程池/async-await模式