Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
fn main() {
|
||||
|
||||
beautylog::init(log::LevelFilter::Trace).ok();
|
||||
|
||||
info!("some information");
|
||||
warn!("something went wrong");
|
||||
debug!("some debug info");
|
||||
trace!("yo");
|
||||
error!("something went horribly wrong");
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user