getLogTime

abstract fun getLogTime(): Long(source)

The time the message was logged.

Producers can supply the same value as the test start time to indicate that the metadata is "timeless", such as environment information that isn't tied to a specific point during test execution.

Return

log time, in milliseconds since UNIX epoch

Since

8.13