pub fn add_debug_log_statistics(all_logs: &mut Vec<LogMessage>)
Expand description

For each analysis count the number of debug log messages in all_logs and add a (INFO level) log message with the resulting number to all_logs. Also count and log the number of general debug log messages.