binaer
(binaer)
1
Dear Community
what’s the difference between “write line” and “log message”?
I would assume:
- write line: is only used for debugging in UiPath Studio
- “log message”: is used to actually write a logfile entry in the defned space
Is my assumption correct?
4 Likes
vvaidya
(Vinay Vaidya)
2
In Log Message you can specify the severity of the Message by selecting the options in level drop down.

Write line is a Log Message with Trace Level severity
8 Likes
Also log messages will get submitted to Orchestrator and stored in Elastic Search if you are using the full solution.
1 Like