| Author |
|
David W. Newbie

Joined: 22 February 2006
Online Status: Offline Posts: 38
|
| Posted: 04 June 2010 at 3:00pm | IP Logged
|
|
|
Hi,
Is there a way to get the name of the log file (C:\RoboTask\Logs\) that corresponds to the running task? Maybe at least make it one of the 'error task' parameters that are set.
Someway I need to get the original log entry that was made in the original task log where the error originally occurred. Now I am getting 'general error'. And that is not descriptive enough.
If I can get the name of the log file, I was going to parse it for the error descriptions that it inserted if an error occurs.
Thank you.
-David W.
|
| Back to Top |
|
| |
Oleg Admin Group


Joined: 16 April 2004
Online Status: Offline Posts: 1136
|
| Posted: 10 June 2010 at 4:40am | IP Logged
|
|
|
The log of the task has the same name as the task file. The name of the task you can see at the title of the task editor. For example:
"Edit task (2347B8E3.tsk)"
This means that the log has the name "2347B8E3.log"
You can find log's and task's folders in the settings of RoboTask. Menu Options -> Setting. Also you can open these folders directly
__________________ Oleg Yershov
|
| Back to Top |
|
| |
David W. Newbie

Joined: 22 February 2006
Online Status: Offline Posts: 38
|
| Posted: 10 June 2010 at 10:35am | IP Logged
|
|
|
Thank you for the information.
Is there a built-in variable or way I can get this name (2347B8E3) while running a task?
-David W.
|
| Back to Top |
|
| |
Oleg Admin Group


Joined: 16 April 2004
Online Status: Offline Posts: 1136
|
| Posted: 11 June 2010 at 2:12am | IP Logged
|
|
|
There are not such variables as yet.
We'll add them in next release.
__________________ Oleg Yershov
|
| Back to Top |
|
| |