log

abstract fun log(message: () -> String)

Logs an arbitrary message with the current simulation time.

Parameters

message

a lambda that generates the message to log