1

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

Omnia9
  • 1,563
  • 4
  • 14
  • 39

1 Answers1

1

Yes, you can add to the log, use session.Log

session.Log("Begin MyAction Hello World");

Here is a reference as well

Orn Kristjansson
  • 3,435
  • 4
  • 26
  • 40