Page 1 of 1

How to wite the log to a file

Posted: Wed May 14, 2008 11:21 pm
by nk_bastia
hi,
i want to write the logs that we are getting in director to a file.


Regards,
nk.

Posted: Thu May 15, 2008 12:07 am
by balajisr
Search for 'dslogsum'

Posted: Thu May 15, 2008 12:52 am
by rafik2k
if you want to see summary log report, you can also use
dsjobreport, which can be called either before job subroutine or after sub routine.
see help file for more details

Posted: Thu May 15, 2008 1:15 am
by Kirtikumar
In basic help PDF 'basic.pdf', there lot of functions for this. You would have to use set of these to get the log in file.

Complexity depends on the format and details to which you need the logs. Search for some of these functions and you might get some of the code which can be reused.

Posted: Fri May 16, 2008 5:34 am
by ray.wurlod
In Director choose Print from the Project menu.

Within the Print dialog, select the Print to File check box.

This is the easiest solution to the original question.