pub fn change_level(log_level: &str) -> Result<(), LogReloadError>
If unknown log level, fallback to error.
error
If logger uninitialized.