What do log file entries such as the following mean?
[2018.07.26-10.24.46:194]
I know the first bits the date, is the second time?
Because its at least an hour prior to the log being generated?
What do log file entries such as the following mean?
[2018.07.26-10.24.46:194]
I know the first bits the date, is the second time?
Because its at least an hour prior to the log being generated?
Anyone?
Someone must know the answer to this!
Date, time, milliseconds
It might not be using your local time zone (this can be useful if players send you logs and you want to match it up with something happening on your server)
Theres a second set of brackets that comes immediately after the date and time that has 2 or 3 numbers what is that?
This is an old topic, but I kept landing here when trying to understand the set of brackets after the timestamp.
As of UE5.1, the second set of brackets is the last three digits of the frame number. See: FOutputDeviceHelper::AppendFormatLogLine
in Engine\Source\Runtime\Core\Private\Misc\OutputDeviceHelper.cpp