This website works better with JavaScript
首页
发现
帮助
登录
DragonOS-Community
/
rust-simple_logger
镜像自地址
https://github.com/DragonOS-Community/rust-simple_logger.git
关注
4
点赞
0
派生
0
文件
工单管理
0
Wiki
目录树:
370ab8ba4b
分支列表
标签列表
main
rust-simple_log...
/
examples
/
init.rs
init.rs
98 B
文件历史
原始文件
1
2
3
4
5
fn main() {
simple_logger::init().unwrap();
log::warn!("This is an example message.");
}