Macro stderr::init [] [src]

macro_rules! init {
    () => { ... };
}
Deprecated since 0.7.1

: Should use Loger::init(module_path!()) instead

equal to Loger::init(module_path!())