4个版本
1.0.0-rc.2 |
|
---|---|
1.0.0-alpha.9 |
|
1.0.0-alpha.8 |
|
1.0.0-alpha.6 |
|
0.1.1 | 2022年2月28日 |
#56 in 渲染
每月82次 下载
在 git-leave 中使用
34KB
544 行
类似Cargo的日志库
用法
use label_logger::{info, log, success};
info!(label: "Compiling", "the program");
log!("information without label");
log!("more informations without label");
success!(label: "Finished", "the compilation");
该库还包括 dialoguer
(一个用于终端中提示用户的库)和 indicatif
(显示漂亮的进度条)的主题。
请参阅 示例 了解更多用法。
致谢
- woobuc/sweep 提供了日志主题的想法。
- rust-lang/log 启发了宏。
此库仍在开发中,API的破坏性更改可能随时发生。
工作许可下 CECILL-2.1
,这是一个允许修改和分发软件的同时要求衍生作品使用相同许可证的法国开源许可证。
依赖关系
~0.5–7.5MB
~43K SLoC