Function that autogenerates PRINTF statements for binaryc. intput is a dictionary where the key is the header of that logging line and items which are lists of parameters\
out=binary_c_python_api.run_system(argline,self.grid_options['custom_logging_func_memaddr'],self.grid_options['store_memaddr'])# Todo: change this to run_binary again but then build in checks in binary
out=binary_c_python_api.run_system(
argline,
self.grid_options["custom_logging_func_memaddr"],
self.grid_options["store_memaddr"],
)# Todo: change this to run_binary again but then build in checks in binary
# TODO: add call to function that cleans up the temp customlogging dir, and unloads the loaded libraries.