Hi,
Can someone help me breakdown all the components to a log message?
Example: “3.5 :: 0062d20h25m34.322s :: 2022-07-19 11:11:17.861 :: 111 :: C263A14:6 :: null :: 130 :: :: :: 0”
3.5 - Polyscope version?
Robot runtime
Date timestamp of log message
111 = ?
Error code
null = ?
Last few spaces are unknown.
terryc
2
Are you trying to write your own log decoder?
The UR Log viewer in downloads might be a good start. Makes everything human readable.
Yeah I would like to decode it myself for a new project.
Anyone have an update on how to decode the log messages from UR?
Did you try Terryc’s suggestion?
This is a totally un-related emoji of a pregnant man (yikes)… —>
Yeah I use that often but it doesn’t explain a few of the indexes of a log message.
? :: Runtime :: Date of log :: ? :: Error code :: ? :: Message type :: ? :: ? :: Line number relating to error log
What I have so far. Message type: 1 = information, 2 = warning and 3 = error.