pysyncrosim.environment.update_run_log

pysyncrosim.environment.update_run_log(*message, sep='', type='status')

Updates the run log for a SyncroSim simulation.

Parameters:
  • *message (String) – Message to write to the run log. Can be provided as multiple arguments that will be concatenated together using sep.

  • sep (String, optional) – String to use if concatenating multiple message arguments. The default is an empty String.

  • type (String) – Type of message to send to the run log. The default is “status”, but can also be “warning” or “info”.

Raises:

ValueError – If no message is provided.

Return type:

None.