EventLog

interface EventLog

Interface for logging simulation events with their timestamps.

Allows nodes and policies to record events as they occur during simulation.

Types

Link copied to clipboard
object Companion

Companion object holding functions for creating various EventLogs

Functions

Link copied to clipboard
abstract fun log(time: Instant, message: () -> String)

Logs a message with its associated simulation time.