ConsoleMessage.timestamp

Unix timestamp in milliseconds that indicates the exact time when the log was generated by the server. The logs may not arrive in order when the server uses the hub-node layout or some other kind of proxy because the logs created by the nodes have an additional latency (the one between the hub, or proxy, and the node).

class ConsoleMessage
ulong timestamp;

Meta