timestamp property

DateTime timestamp
final

The timestamp of the log record; if set to the default value (the unix epoch), implementations should use Datetime.now().toUtc() implicitly.

Implementation

final DateTime timestamp;