Macro tool::log_init[][src]

macro_rules! log_init {
    () => { ... };
    ($term_level:expr) => { ... };
    ($term_level:expr, $write_level:expr) => { ... };
}
Expand description

Macro for the function to initialize the logs for default usage.