log

abstract fun log(eventBatch: List<TraceEvent>)(source)

Tags all events with the current timestamp and then enqueues them to be written to the trace file.


abstract fun log(event: TraceEvent)(source)

Tags event with the current timestamp and then enqueues it to be written to the trace file.