folly::LogMessage::getTimestamp

Returns the time the message was logged.

Synopsis

Declared in <folly/logging/LogMessage.h>

std::chrono::system_clock::time_point
getTimestamp() const;

Return Value

The message timestamp.