Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 127 Bytes

File metadata and controls

11 lines (9 loc) · 127 Bytes

how to use

#[macro_use]
extern crate wei_log;

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