init_logging

Function init_logging 

Source
pub fn init_logging(level: &str, format: LogFormat)
Expand description

Initialize logging with the specified format and level

Note: This can only be called once per process. Subsequent calls will be ignored.