EnableMessageLogging Property
The EnableMessageLogging property sets or returns whether Transformer messages are written to a log file.
Syntax
Application .EnableMessageLogging
Applies To
Discussion
Use this property to create a log file. After this property is set to True, you can use the
- LogErrorLevel property to specify the severity of error messages logged
- LogFileName property to specify the name of the log file
- LogFilesPath property to set the location to which log files are written
Default: True
Type
Boolean
Access
Read/Write
Examples
objTransApp.EnableMessageLogging = True