AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:

logging options in powershell based actions

You are not authorized to post a reply.
14 Apr 2010 01:37 AM

Hi

Is there any other options than $Context.SendLogMessage(""); ?

I would like to create a tree structure in the logging output, it dosn't seem like SetLogTitle is supported in powershell based script.

Wkr.

Svend

14 Apr 2010 04:26 PM
Hi Svend,

You can add hierarchical structure to your logging by using the $Context.StartMessageGroup("Your_Title") and $Context.EndMessageGroup() functions.

Regards,
Paul.
15 Apr 2010 01:48 AM
Thank you,

Works great!

Wkr.
Svend
Navigate to:
Forums > ActionStudio > General Discussion
You are not authorized to post a reply.