Reputation: 1573
I'm new to wix#, and wanted to know if you can either have a custom log file creation or if you can inject messages into the process.
I find that the log files are not as detailed as I would like.
Thanks for the help
Upvotes: 1
Views: 385
Reputation: 3485
Yes, you can add to the log, use session.Log
session.Log("Begin MyAction Hello World");
Here is a reference as well
Upvotes: 1