how to use

````

[macro_use]

extern crate wei_log;

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