engforge.logging.change_all_log_levels
- change_all_log_levels(new_log_level=20, inst=None, check_function=None)[source]
Changes All Log Levels With pyee broadcast before reactor is running :type new_log_level:
int:param new_log_level: int - changes unit level log level (10-msg,20-debug,30-info,40-warning,50-error,60-crit) :type check_function: :param check_function: callable -> bool - (optional) if provided if check_function(unit) is true then the new_log_level is applied- Parameters:
new_log_level (int)