log_records_to_pickle_file# sofia_redux.toolkit.utilities.multiprocessing.log_records_to_pickle_file(logger, pickle_file)[source]# Store the log records in a pickle file rather than emitting. Parameters: loggerlogging.Logger pickle_filestrThe path to the pickle file that will contain the log records. Yields: None