/wei-log

wei log

Primary LanguageRust

how to use

#[macro_use]
extern crate wei_log;

fn main() {
    info!("hello world");
    error!("hello world");
}