This website works better with JavaScript
홈
탐색
도움말
로그인
DragonOS-Community
/
rust-simple_logger
의 미러
https://github.com/DragonOS-Community/rust-simple_logger.git
Watch
4
Star
0
포크
0
파일
이슈
0
위키
트리:
370ab8ba4b
브랜치
태그
main
rust-simple_log...
/
examples
/
init.rs
init.rs
98 B
히스토리
Raw
1
2
3
4
5
fn main() {
simple_logger::init().unwrap();
log::warn!("This is an example message.");
}