This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
DragonOS-Community
/
rust-simple_logger
miroir de
https://github.com/DragonOS-Community/rust-simple_logger.git
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
370ab8ba4b
Branches
Tags
main
rust-simple_log...
/
examples
/
init.rs
init.rs
98 B
Historique
Raw
1
2
3
4
5
fn main() {
simple_logger::init().unwrap();
log::warn!("This is an example message.");
}