Hello there,
I would like to know how I can write with the finalbuilder to the output log?
Is there an action? I don't find any actions.
Thanks a lot.
Regards, Patrick
Hello there,
I would like to know how I can write with the finalbuilder to the output log?
Is there an action? I don't find any actions.
Thanks a lot.
Regards, Patrick
You can write to the log in every action - just choose which script event to use (eg. BeforeAction, AfterAction, etc) and then
JSript: Action.SendLogMessage(“Hello World!”);
VBScript: Action.SendLogMessage “Hello World”
Hi tate,
Thanks for your help. It works.
Regards, Patrick