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.
macro_rules! log_init {
() => { ... };
($term_level:expr) => { ... };
($term_level:expr, $write_level:expr) => { ... };
}
Macro for the function to initialize the logs for default usage.