vessim
vessim copied to clipboard
Display Sim Name for INFO Level Logging
Currently, when starting an Actor or Controller
INFO | mosaik.scenario:start:280 - Starting "Actor" as "Actor-0" ...
is logged by mosaik. However, instead of "Actor-0" we want to display the actual name of the vessim.actor.Actor instance.
With the current mosaik release (3.2) on pypi, this is not possible, as this functionality will first be available starting with mosaik version 3.3. Then, we can implement the intended behaviour with the sim_id parameter of mosaik.World.start()